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
This commit is contained in:
Jacob Kaplan-Moss 2007-09-19 23:40:47 +00:00
parent 980fa8b827
commit 35fa1f4d8e
27 changed files with 6328 additions and 6178 deletions

View file

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