Message 140918 - Python tracker
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.