django1/tests
Adrian Holovaty 65c1a9f1c9 Added two more unit tests for #982 (which still pass under Python 2.4). Refs #982
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1546 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-05 03:37:23 +00:00
..
othertests Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fixed mutability holes, gave MultiValueDict many more dictionary methods and added unit tests. Thanks, Kieran Holland. This is slightly backwards-incompatible if you happened to rely on the behavior of QueryDict.items(), which is highly unlikely. 2005-11-30 04:08:46 +00:00
testapp Added two more unit tests for #982 (which still pass under Python 2.4). Refs #982 2005-12-05 03:37:23 +00:00
doctest.py Added first stab at model and DB-API unit tests 2005-07-29 15:15:40 +00:00
runtests.py Fixed #964 -- Added helpful error message if there's a problem in running the unit tests. Thanks, paolo. 2005-12-01 06:39:39 +00:00