django_migration_testcase
django_migration_testcase copied to clipboard
Check what happens if a test fails and leaves the database in a bad state
Does TransactionTestCase take care of this?
If not, is there something we can do to dump and restore the database everytime/when needed?
I think it relates to issue #33 and the new test introduced by #35.