R. David Murray <rdmur...@bitdance.com> added the comment:

I agree that testing for subclass is a rather specialized thing, and thus 
should be defined by a project that needs it.  Normal API-centric unit tests 
shouldn't, IMO, care whether X is a subclass of Y.  If you are using it to 
write a failing unit test to "drive" refactoring from one class to another, 
that is, I think, a very good example of a specialized use case (one I would 
certainly never use, for example) and you should just put it in your own 
project test codebase.

----------
nosy: +r.david.murray
status: pending -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14819>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to