bmuller / twistar

Twistar is an object-relational mapper (ORM) for Python that uses the Twisted library to provide asynchronous DB interaction.
http://findingscience.com/twistar
Other
132 stars 38 forks source link

fixed tests teardown for non-sqlite dbs #24

Closed flaviogrossi closed 12 years ago

flaviogrossi commented 12 years ago

hi brian,

in the last pull req. i forgot to update the teardown method in {mysql,postgres}_config.py (sorry!)

this should fix it, please check that everything is correct

thank you, flavio