Comment 7 for bug 1339206

Revision history for this message
Mike Bayer (zzzeek) wrote :

zzzeek: devananda: the SQLA tests, I can run them like py.test —dburi mysql+mysqldb://… —dburi mysql+oursql://… —dburi mysql+mysqlconnector://.. and tests marked as “backend” will run for all three
[12:55pm] dhellmann: zzzeek: expanding the testing options sounds like a good idea, too
[12:55pm] devananda: zzzeek: ++
[12:55pm] zzzeek: dhellmann: so i might have to use some metaclass magic to make it happen in oslo.db’s tests
[12:56pm] dhellmann: zzzeek: maybe we can use testtools scenarios and environment variables to achieve the same thing
[12:56pm] zzzeek: dhellmann: OK maybe, ill look into that...
[12:56pm] zzzeek: dhellmann: basically the discovery has to come up wiht more tests than are actually listed out
[12:56pm] dhellmann: zzzeek: there should be some examples of using scenarios in the ceilometer test suite