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 pitrou
Recipients benjamin.peterson, bob.ippolito, doerwalter, ezio.melotti, fdrake, jowillia, pitrou, rhettinger, xuanji
Date 2011-05-12.21:56:27
SpamBayes Score 0.030455472
Marked as misclassified No
Message-id <1305237383.3548.5.camel@localhost.localdomain>
In-reply-to <1305230563.62.0.550759975608.issue5723@psf.upfronthosting.co.za>
Content
>   class TestSomething(TestCase):
>       def test_something(self): ...
>   class TestPySomething(TestSomething, PyTest): pass
>   class TestCSomething(TestSomething, CTest): pass

I was thinking about that. That looks clean and explicit to me.
History
Date User Action Args
2011-05-12 21:56:27pitrousetrecipients: + pitrou, fdrake, doerwalter, rhettinger, bob.ippolito, benjamin.peterson, ezio.melotti, jowillia, xuanji
2011-05-12 21:56:27pitroulinkissue5723 messages
2011-05-12 21:56:27pitroucreate