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
One possibility beyond that discussion is to have Django's test suite TestCase classes set available_apps. Currently, runtests.pyonly enforces available_apps for TransactionTestCase but for database backends like django-mongodb that don't support transactions, TestCase functions like TransactionTestCase with regards to flushing the database.
The text was updated successfully, but these errors were encountered:
See the discussion in #179.
One possibility beyond that discussion is to have Django's test suite
TestCase
classes setavailable_apps
. Currently,runtests.py
only enforcesavailable_apps
forTransactionTestCase
but for database backends like django-mongodb that don't support transactions,TestCase
functions likeTransactionTestCase
with regards to flushing the database.The text was updated successfully, but these errors were encountered: