django-nose
django-nose copied to clipboard
need to flush db to deal with any fixtures/data loaded via migrations
this is also a bug in django's test cases, but before the first run any fixtures/data loaded via migrations can result in foreign key violations and generally an unknown state. fix is to call fixture teardown before loading fixture.
bump?
I'd like some test coverage for FastFixtureTestCase (issue #220) before merging any more fixes - otherwise, it's impossible to tell if these fixes fix anything or break other things.
Fair enough. I'll work on some tests.