[TIP] Fixture without an ORM?

Menno Smits menno at freshfoo.com
Thu Oct 7 00:36:12 PDT 2010


Hi,

I'm looking for something like Fixture which works without an ORM layer. 
Where I work we have a lot of code which uses SQL directly for which I'd 
really like to introduce tests. Is this something that Fixture could be 
extended to handle or is Fixture's architecture tied to ORM style 
interaction with the DB? From reading the docs, I'm guessing the latter 
but I thought I'd ask anyway.

Any advice would be greatly appreciated.

Regards,
Menno



More information about the testing-in-python mailing list