Message140918
David, is this the sort of thing you mean?
@skip # so do not run without backend
class AbstractDB2Testcase:
backend = None
<code>
class PostgressDB2Testcase(AbstractDB2Testcase):
backend = postgress # well, enough info to fine it
...
If so, I think we should close this. |
|
Date |
User |
Action |
Args |
2011-07-22 22:04:01 | terry.reedy | set | recipients:
+ terry.reedy, exarkun, ncoghlan, pitrou, ezio.melotti, eric.araujo, r.david.murray, michael.foord, brian.curtin, fperez, Yaroslav.Halchenko, nchauvat, abingham, eric.snow |
2011-07-22 22:04:01 | terry.reedy | set | messageid: <1311372241.12.0.0583569270457.issue12600@psf.upfronthosting.co.za> |
2011-07-22 22:04:00 | terry.reedy | link | issue12600 messages |
2011-07-22 22:04:00 | terry.reedy | create | |
|