mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Switched TestCase to SimpleTestCase where possible in Django's tests.
This commit is contained in:
@@ -156,7 +156,7 @@ class UserManagerTestCase(TestCase):
|
||||
self.assertIn(char, allowed_chars)
|
||||
|
||||
|
||||
class AbstractBaseUserTests(TestCase):
|
||||
class AbstractBaseUserTests(SimpleTestCase):
|
||||
|
||||
def test_has_usable_password(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user