[1.2.X] Converted Icelandic localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14944].
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
56f5043c23
commit
edcb475381
File diff suppressed because one or more lines are too long
@ -1,6 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from localflavor.cz import tests as localflavor_cz_tests
|
||||
from localflavor.is_ import tests as localflavor_is_tests
|
||||
from localflavor.it import tests as localflavor_it_tests
|
||||
from localflavor.jp import tests as localflavor_jp_tests
|
||||
from localflavor.kw import tests as localflavor_kw_tests
|
||||
@ -30,11 +29,11 @@ from localflavor.fr import FRLocalFlavorTests
|
||||
from localflavor.generic import GenericLocalFlavorTests
|
||||
from localflavor.id import IDLocalFlavorTests
|
||||
from localflavor.ie import IELocalFlavorTests
|
||||
from localflavor.is_ import ISLocalFlavorTests
|
||||
|
||||
|
||||
__test__ = {
|
||||
'localflavor_cz_tests': localflavor_cz_tests,
|
||||
'localflavor_is_tests': localflavor_is_tests,
|
||||
'localflavor_it_tests': localflavor_it_tests,
|
||||
'localflavor_jp_tests': localflavor_jp_tests,
|
||||
'localflavor_kw_tests': localflavor_kw_tests,
|
||||
|
@ -27,4 +27,5 @@ from regressiontests.forms.localflavortests import (
|
||||
GenericLocalFlavorTests,
|
||||
IDLocalFlavorTests,
|
||||
IELocalFlavorTests,
|
||||
ISLocalFlavorTests,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user