We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Models that exists only for testing purpose are not created when tests running by django_nose
Problem exists because setup_databases called before any test module have been imported.
This could be fixed by moving setup_databases call into prepareTest in Plugin