Message135883
| 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:52 | r.david.murray | set | recipients: + r.david.murray, fdrake, doerwalter, rhettinger, bob.ippolito, pitrou, benjamin.peterson, ezio.melotti, jowillia, xuanji |
| 2011-05-12 23:23:52 | r.david.murray | set | messageid: <1305242632.38.0.0873269774002.issue5723@psf.upfronthosting.co.za> |
| 2011-05-12 23:23:51 | r.david.murray | link | issue5723 messages |
| 2011-05-12 23:23:51 | r.david.murray | create | |