django/tests/modeltests/test_client
Russell Keith-Magee a0ef3ba2f7 Added a default test Client to TestCase, and added some assertions for some common testing patterns.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-05 03:03:33 +00:00
..
fixtures Fixes #2333 -- Added test fixtures framework. 2007-03-01 13:11:08 +00:00
__init__.py Refs #2333 - Added model test for the test Client. 2006-09-02 09:34:40 +00:00
models.py Added a default test Client to TestCase, and added some assertions for some common testing patterns. 2007-05-05 03:03:33 +00:00
urls.py Fixes #3212 -- Added code to test client to allow posting of multi-form values (e.g., MultipleChoiceFields). Thanks, Ben Dean Kawamura. 2007-03-22 10:23:52 +00:00
views.py Fixes #3212 -- Added code to test client to allow posting of multi-form values (e.g., MultipleChoiceFields). Thanks, Ben Dean Kawamura. 2007-03-22 10:23:52 +00:00