mirror of
https://github.com/django/django.git
synced 2025-12-10 11:25:10 +00:00
Converted Swiss localflavor doctests to unittests. Thanks to Idan Gazit for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3ed85841d1
commit
7fdfec7a3c
3 changed files with 73 additions and 56 deletions
|
|
@ -1,5 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from localflavor.ch import tests as localflavor_ch_tests
|
||||
from localflavor.cl import tests as localflavor_cl_tests
|
||||
from localflavor.cz import tests as localflavor_cz_tests
|
||||
from localflavor.es import tests as localflavor_es_tests
|
||||
|
|
@ -30,12 +29,12 @@ from localflavor.au import AULocalFlavorTests
|
|||
from localflavor.be import BELocalFlavorTests
|
||||
from localflavor.br import BRLocalFlavorTests
|
||||
from localflavor.ca import CALocalFlavorTests
|
||||
from localflavor.ch import CHLocalFlavorTests
|
||||
from localflavor.il import ILLocalFlavorTests
|
||||
from localflavor.tr import TRLocalFlavorTests
|
||||
|
||||
|
||||
__test__ = {
|
||||
'localflavor_ch_tests': localflavor_ch_tests,
|
||||
'localflavor_cl_tests': localflavor_cl_tests,
|
||||
'localflavor_cz_tests': localflavor_cz_tests,
|
||||
'localflavor_es_tests': localflavor_es_tests,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue