R. David Murray <[email protected]> added the comment:

My usual pattern (adopted from examples in the stdlib tests) is this:

TestSomethingBase:

    tests

PyTestSomething(TestSomethingBase, TestCase):
    stuff

CTestSomething(TestSomethingBase, TestCase):
    stuff

Is there a reason that won't work in your case?

----------
nosy: +r.david.murray

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue5723>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to