I have written tests for a Django project that i am working on, but one particular fixture fails to load. The fixture is generated using dumpdata and i havent fiddled with it at
Check if the fixture is really in the right place. From the docs:
Django will search in three locations for fixtures: In the fixtures directory of every installed application In any directory named in the FIXTURE_DIRS setting In the literal path named by the fixture
Django will search in three locations for fixtures: