Commit 8a9b0c15 authored by Tim Graham's avatar Tim Graham
Browse files

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

parent 837fc2d8
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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):