[TIP] Running two tests with the same name but with different context

Ben Finney ben+python at benfinney.id.au
Tue Jun 28 20:54:56 PDT 2011


Kamal Ahmed <kamal2222ahmed at yahoo.com> writes:

> I have a test footest.py which runs 
> with mysql database, and the same test runs on psql database, is there a
>  way to distinguish this difference in an XML result file between the 
> two tests.

What test runner are you using?

What generates the XML result file?

What determines which database interface will be used when running the
test?

-- 
 \              “Only the educated are free.” —Epictetus, _Discourses_ |
  `\                                                                   |
_o__)                                                                  |
Ben Finney




More information about the testing-in-python mailing list