mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Renamed some tests and removed references to modeltests/regressiontests.
This commit is contained in:
@@ -229,7 +229,7 @@ class ViewTest(unittest.TestCase):
|
||||
|
||||
|
||||
class TemplateViewTest(TestCase):
|
||||
urls = 'regressiontests.generic_views.urls'
|
||||
urls = 'generic_views.urls'
|
||||
|
||||
rf = RequestFactory()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user