I am using django_nose to run my tests. I have a fixture initial_data.json which is an app’s folder : my_app/fixtures/initial.json.
The fixture loads fine when using python manage.py syncdb, but doesn’t load at all when running the tests python manage.py test my_app (while I guess it should load !?). Any pointer to what could be wrong ?
I quote the official documentation: