django/tests/regressiontests/forms/tests
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 #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
error_messages.py Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
extra.py Fixed #15226 - Made SelectDateWidget render the label tag associated with the correct dropdown sub-widget when USE_L10N is active and non-English locale is in use. 2011-02-05 18:16:27 +00:00
fields.py Moved the test added in r15504 to a different case where it doesn't actually verify the existence of the URL by calling urlopen but only validates it. 2011-02-16 12:50:46 +00:00
forms.py Fixes #10427 -- Abstract the value generation of a BoundField 2010-11-28 02:50:31 +00:00
formsets.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
input_formats.py Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
media.py Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusion around the STATICFILES_URL and STATICFILES_ROOT settings. 2010-11-17 15:36:26 +00:00
models.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
regressions.py Fixed poorly-constructed test from r14612. Thanks to Alex Gaynor for the eagle eyes. 2010-11-20 00:05:11 +00:00
util.py Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
validators.py Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
widgets.py Fixed #15182 - Fixed a security issue with ClearableFileInput. Disclosure and new release forthcoming. 2011-02-09 02:41:32 +00:00