mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Renamed some tests and removed references to modeltests/regressiontests.
This commit is contained in:
parent
737a5d71f0
commit
33836cf88d
224 changed files with 384 additions and 376 deletions
|
@ -554,7 +554,7 @@ class LoginTests(TestCase):
|
|||
|
||||
@override_settings(
|
||||
PASSWORD_HASHERS=('django.contrib.auth.hashers.SHA1PasswordHasher',),
|
||||
SESSION_ENGINE='regressiontests.test_client_regress.session'
|
||||
SESSION_ENGINE='test_client_regress.session'
|
||||
)
|
||||
class SessionEngineTests(TestCase):
|
||||
fixtures = ['testdata']
|
||||
|
@ -644,7 +644,7 @@ class TemplateExceptionTests(TestCase):
|
|||
# it was changed, and another one (without self.urls) to check it was reverted on
|
||||
# teardown. This pair of tests relies upon the alphabetical ordering of test execution.
|
||||
class UrlconfSubstitutionTests(TestCase):
|
||||
urls = 'regressiontests.test_client_regress.urls'
|
||||
urls = 'test_client_regress.urls'
|
||||
|
||||
def test_urlconf_was_changed(self):
|
||||
"TestCase can enforce a custom URLconf on a per-test basis"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue