summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/regressions.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/regressions.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/regressions.py')
-rw-r--r--tests/regressiontests/forms/regressions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/forms/regressions.py b/tests/regressiontests/forms/regressions.py
index 3212e20170..1bfb425188 100644
--- a/tests/regressiontests/forms/regressions.py
+++ b/tests/regressiontests/forms/regressions.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Tests to prevent against recurrences of earlier bugs.
-regression_tests = r"""
+tests = r"""
It should be possible to re-use attribute dictionaries (#3810)
>>> from django.newforms import *
>>> extra_attrs = {'class': 'special'}