django-nose icon indicating copy to clipboard operation
django-nose copied to clipboard

need to flush db to deal with any fixtures/data loaded via migrations

Open dfeinzeig opened this issue 9 years ago • 3 comments

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.

dfeinzeig avatar Apr 12 '15 17:04 dfeinzeig

bump?

dfeinzeig avatar May 26 '15 23:05 dfeinzeig

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.

jwhitlock avatar Aug 05 '15 03:08 jwhitlock

Fair enough. I'll work on some tests.

dfeinzeig avatar Aug 05 '15 14:08 dfeinzeig