1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/tests/modeltests/test_client
2007-05-05 03:03:33 +00:00
..
fixtures
__init__.py
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