mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Switched TestCase to SimpleTestCase where possible in Django's tests.
This commit is contained in:
parent
f091ea3515
commit
193c109327
37 changed files with 130 additions and 134 deletions
|
@ -2849,7 +2849,7 @@ class CustomMetaclassTestCase(SimpleTestCase):
|
|||
self.assertEqual(new_cls.base_fields, {})
|
||||
|
||||
|
||||
class StrictAssignmentTests(TestCase):
|
||||
class StrictAssignmentTests(SimpleTestCase):
|
||||
"""
|
||||
Should a model do anything special with __setattr__() or descriptors which
|
||||
raise a ValidationError, a model form should catch the error (#24706).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue