Hi All,

We currently run unit tests against sqlite in memory but deploy against MySQL.

http://stackoverflow.com/questions/2716847/sqlalchemy-sqlite-for-testing-and-postgresql-for-development-how-to-port

...suggests this is a bad idea. I'm inclined to agree, but...

...running our unit tests against MySQL is an order of magnitude or so slower than against sqlite. This is probably due to the tables being dropped and created for each and ever test.

How do people get around this? What's best practice in this area?

Chris

--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to