Michael Foord <mich...@voidspace.org.uk> added the comment:

One way to exclude base classes from being loaded as tests is to have the base 
class *not* inherit from TestCase (just from object) - and use it as a mixin 
class for the actual TestCases. 

This isn't particularly elegant (but works fine). A better way of supporting 
this in unittest would be a reasonable request (a "not_a_test" class decorator 
or similar perhaps).

----------

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

Reply via email to