diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-31 11:25:11 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-31 11:26:27 -0500 |
| commit | 8a9b0c15a6c0ef60dea3ba3042317520bc201206 (patch) | |
| tree | a018a2b6016fe1cae7d8e4facb66b5e7ac5800bc /tests | |
| parent | 837fc2d8cdfefce375697d95e241836c7be12696 (diff) | |
Renamed tests for util -> utils moves; refs #17627.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/admin_utils/__init__.py (renamed from tests/admin_util/__init__.py) | 0 | ||||
| -rw-r--r-- | tests/admin_utils/models.py (renamed from tests/admin_util/models.py) | 0 | ||||
| -rw-r--r-- | tests/admin_utils/tests.py (renamed from tests/admin_util/tests.py) | 2 | ||||
| -rw-r--r-- | tests/forms_tests/tests/test_utils.py (renamed from tests/forms_tests/tests/test_util.py) | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/tests/admin_util/__init__.py b/tests/admin_utils/__init__.py index e69de29bb2..e69de29bb2 100644 --- a/tests/admin_util/__init__.py +++ b/tests/admin_utils/__init__.py diff --git a/tests/admin_util/models.py b/tests/admin_utils/models.py index ce845c64eb..ce845c64eb 100644 --- a/tests/admin_util/models.py +++ b/tests/admin_utils/models.py diff --git a/tests/admin_util/tests.py b/tests/admin_utils/tests.py index dd2130e484..01710e51ce 100644 --- a/tests/admin_util/tests.py +++ b/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 diff --git a/tests/forms_tests/tests/test_util.py b/tests/forms_tests/tests/test_utils.py index c37affeb31..6e40e7565c 100644 --- a/tests/forms_tests/tests/test_util.py +++ b/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): |
