1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

[soc2009/model-validation] Migrated FormField tests to unittests

git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@11084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Honza Král
2009-06-21 19:24:49 +00:00
parent 5ea9b72585
commit 6306f48545
2 changed files with 784 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ from widgets import tests as widgets_tests
from formsets import tests as formset_tests
from media import media_tests
from fields_unit import TestFields
__test__ = {
'extra_tests': extra_tests,
'fields_tests': fields_tests,