This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients benjamin.peterson, bob.ippolito, doerwalter, ezio.melotti, fdrake, jowillia, pitrou, r.david.murray, rhettinger, xuanji
Date 2011-05-12.23:23:51
SpamBayes Score 7.789868e-05
Marked as misclassified No
Message-id <1305242632.38.0.0873269774002.issue5723@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-05-12 23:23:52r.david.murraysetrecipients: + r.david.murray, fdrake, doerwalter, rhettinger, bob.ippolito, pitrou, benjamin.peterson, ezio.melotti, jowillia, xuanji
2011-05-12 23:23:52r.david.murraysetmessageid: <1305242632.38.0.0873269774002.issue5723@psf.upfronthosting.co.za>
2011-05-12 23:23:51r.david.murraylinkissue5723 messages
2011-05-12 23:23:51r.david.murraycreate