Message135872
| 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:27 | pitrou | set | recipients: + pitrou, fdrake, doerwalter, rhettinger, bob.ippolito, benjamin.peterson, ezio.melotti, jowillia, xuanji |
| 2011-05-12 21:56:27 | pitrou | link | issue5723 messages |
| 2011-05-12 21:56:27 | pitrou | create | |