mirror of
https://github.com/django/django.git
synced 2025-07-06 18:59:13 +00:00
[soc2009/model-validation] Removing the doctests replaced by fields_unit
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@11182 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
69c8d4622e
commit
3bab02af8b
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from extra import tests as extra_tests
|
||||
from fields import tests as fields_tests
|
||||
from forms import tests as form_tests
|
||||
from error_messages import tests as custom_error_message_tests
|
||||
from localflavor.ar import tests as localflavor_ar_tests
|
||||
@ -36,7 +35,6 @@ from fields_unit import TestFields
|
||||
|
||||
__test__ = {
|
||||
'extra_tests': extra_tests,
|
||||
'fields_tests': fields_tests,
|
||||
'form_tests': form_tests,
|
||||
'custom_error_message_tests': custom_error_message_tests,
|
||||
'localflavor_ar_tests': localflavor_ar_tests,
|
||||
|
Loading…
x
Reference in New Issue
Block a user