1
0
mirror of https://github.com/django/django.git synced 2024-12-28 03:55:50 +00:00
django/tests/regressiontests/forms/localflavor
Russell Keith-Magee afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
assert_ -> assertTrue
 assertEquals -> assertEqual
 failUnless -> assertTrue

For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-03 15:04:39 +00:00
..
__init__.py Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES correctly and ZAPostCodeField didn't respect *args or **kwargs (such as required=False). Also converted South African localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:33:44 +00:00
ar.py
at.py
au.py
be.py
br.py
ca.py
ch.py
cl.py Fixed #15175 -- Ensured that Chliean RUT checksum letters aren't case sensitive. Thanks to rvimer for the report, and to ersame for the patch. 2011-02-08 11:59:38 +00:00
cz.py Fixed #14593 -- change this warning to be a PendingDeprecationWarning. Also converted the Czech localflavor tests to be unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-27 07:41:26 +00:00
de.py
es.py
fi.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
fr.py
generic.py
id.py
ie.py
il.py
is_.py
it.py
jp.py
kw.py
nl.py Converted Dutch localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:32:17 +00:00
pl.py Fixed #14860 -- PLPESELField, PLNIPField, and PLREGONField didn't handle all EMPTY_VALUES correctly. Also converted teh Polish localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:32:31 +00:00
pt.py Converted Portuguese localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:32:41 +00:00
ro.py Fixed #14864, #14864 -- ROCIFField didn't accept values starting with RO, as it was supposed to, and ROCNPField, ROIBANField, and ROPhoneNumberField didn't handle all EMPTY_VALUES correctly. Also converted Romanian localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:32:54 +00:00
se.py Converted Swedish localflavor tests from doctests to unittests. Thanks, Idan Gazit! 2010-12-26 11:44:37 +00:00
sk.py Converted Slovak localflavor doctests into unitttests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:33:04 +00:00
tr.py
uk.py Converted United Kingdom localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:33:13 +00:00
us.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
utils.py Converted Swedish localflavor tests from doctests to unittests. Thanks, Idan Gazit! 2010-12-26 11:44:37 +00:00
uy.py Converted Uruguayan localflavor doctests into unittests. We have alwyas been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:33:32 +00:00
za.py Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES correctly and ZAPostCodeField didn't respect *args or **kwargs (such as required=False). Also converted South African localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:33:44 +00:00