jazzband / django-nose

Django test runner using nose
http://pypi.python.org/pypi/django-nose
BSD 3-Clause "New" or "Revised" License
882 stars 234 forks source link

FastFixtureTestCase does not seem to work with mysql? #151

Open shalonwood opened 10 years ago

shalonwood commented 10 years ago

Attempting to use FastFixtureTestCase with our mysql database results in a message that it only supports databases which have transactions. Mysql does support transactions, however, so I'm not sure what's going on. I suppose it could be because Mysql doesn't support transactions for DDL, but I'm not certain why it would need to for this?

jwhitlock commented 9 years ago

Does this still reproduce with django-nose 1.4? Do you have a public project that includes the bug?