1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Switched TestCase to SimpleTestCase where possible in Django's tests.

This commit is contained in:
Tim Graham
2018-11-26 14:05:02 -05:00
parent f091ea3515
commit 193c109327
37 changed files with 130 additions and 134 deletions

View File

@@ -15,7 +15,7 @@ class Nested:
pass
class BasicFieldTests(TestCase):
class BasicFieldTests(SimpleTestCase):
def test_show_hidden_initial(self):
"""