mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Refs #24652 -- Used SimpleTestCase where appropriate.
This commit is contained in:
parent
e2b77acedd
commit
be67400b47
93 changed files with 362 additions and 340 deletions
|
@ -72,7 +72,7 @@ FLAG_PROPERTIES_FOR_RELATIONS = (
|
|||
)
|
||||
|
||||
|
||||
class FieldFlagsTests(test.TestCase):
|
||||
class FieldFlagsTests(test.SimpleTestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super(FieldFlagsTests, cls).setUpClass()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue