You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does South and pytest-django play together?
Djangos own syncdb will always be used to create the test database, regardless of wheter South is present or not.
It there a particular reason for this?
South supports the setting SOUTH_TESTS_MIGRATE = False to disable them btw.