summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/util.py
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2007-09-19 23:40:47 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2007-09-19 23:40:47 +0000
commit35fa1f4d8eba76e9acccdd7c3bc52dafbae3b16c (patch)
tree7432f3b0acabb43344c33011fbad9941309afd71 /tests/regressiontests/forms/util.py
parent980fa8b827485616c597a39ec975735c412fd59d (diff)
Fixed #5546: split form unit tests into manageable chunks. This isn't a perfect fix since the chunks aren't yet autodiscovered, but that shouldn't prevent checking this in. Thanks, Leo Soto.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6379 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/forms/util.py')
-rw-r--r--tests/regressiontests/forms/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/forms/util.py b/tests/regressiontests/forms/util.py
index 1a02b7e55b..4f81709082 100644
--- a/tests/regressiontests/forms/util.py
+++ b/tests/regressiontests/forms/util.py
@@ -3,7 +3,7 @@
Tests for newforms/util.py module.
"""
-util_tests = r"""
+tests = r"""
>>> from django.newforms.util import *
>>> from django.utils.translation import ugettext_lazy