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
Regarding the error message about the marker, we could probably improve the failure when a database access happens from a unittest.TestCase subclass to instruct the user to subclass from django.test.TestCase instead.
Should this then also happen for access through setUpClass, or should this behavior be left unchanged?
The text was updated successfully, but these errors were encountered:
From #197 (comment)
Should this then also happen for access through
setUpClass
, or should this behavior be left unchanged?The text was updated successfully, but these errors were encountered: