2
0
Эх сурвалжийг харах

Renamed tests for util -> utils moves; refs #17627.

Tim Graham 10 жил өмнө
parent
commit
8a9b0c15a6

+ 0 - 0
tests/admin_util/__init__.py → tests/admin_utils/__init__.py


+ 0 - 0
tests/admin_util/models.py → tests/admin_utils/models.py


+ 1 - 1
tests/admin_util/tests.py → tests/admin_utils/tests.py

@@ -90,7 +90,7 @@ class NestedObjectsTests(TestCase):
         n.collect([Vehicle.objects.first()])
 
 
-class UtilTests(TestCase):
+class UtilsTests(TestCase):
     def test_values_from_lookup_field(self):
         """
         Regression test for #12654: lookup_field

+ 1 - 1
tests/forms_tests/tests/test_util.py → tests/forms_tests/tests/test_utils.py

@@ -12,7 +12,7 @@ from django.utils.translation import ugettext_lazy
 from django.utils.encoding import python_2_unicode_compatible
 
 
-class FormsUtilTestCase(TestCase):
+class FormsUtilsTestCase(TestCase):
     # Tests for forms/utils.py module.
 
     def test_flatatt(self):