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 terry.reedy
Recipients Yaroslav.Halchenko, abingham, brian.curtin, eric.araujo, eric.snow, exarkun, ezio.melotti, fperez, michael.foord, nchauvat, ncoghlan, pitrou, r.david.murray, terry.reedy
Date 2011-07-22.22:04:00
SpamBayes Score 0.006218791
Marked as misclassified No
Message-id <1311372241.12.0.0583569270457.issue12600@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-07-22 22:04:01terry.reedysetrecipients: + 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:01terry.reedysetmessageid: <1311372241.12.0.0583569270457.issue12600@psf.upfronthosting.co.za>
2011-07-22 22:04:00terry.reedylinkissue12600 messages
2011-07-22 22:04:00terry.reedycreate