mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +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
2
tests/cache/tests.py
vendored
2
tests/cache/tests.py
vendored
|
@ -1785,7 +1785,7 @@ class CacheHEADTest(SimpleTestCase):
|
|||
('es', 'Spanish'),
|
||||
],
|
||||
)
|
||||
class CacheI18nTest(TestCase):
|
||||
class CacheI18nTest(SimpleTestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.path = '/cache/test/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue