mirror of
https://github.com/django/django.git
synced 2025-10-09 18:12:39 +00:00
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:
parent
980fa8b827
commit
35fa1f4d8e
27 changed files with 6328 additions and 6178 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue