1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.7.x] Renamed tests for util -> utils moves; refs #17627.

Backport of 8a9b0c15a6 from master
This commit is contained in:
Tim Graham
2014-12-31 11:25:11 -05:00
parent c0bed63889
commit 4abfa73c18
4 changed files with 2 additions and 2 deletions

View File

@@ -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):