summaryrefslogtreecommitdiff
path: root/docs/testing.txt
AgeCommit message (Collapse)Author
2007-03-29Fixed #3253 -- Included test errors in the return code.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-29Fixed #3855 -- Fixed typo in testing docs. Thanks for the report ↵Russell Keith-Magee
adamduren@gmail.com, and thanks to Simon for working up the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-23Remove notes about things added/removed in development version, since the ↵James Bennett
development version is about to become 0.96 git-svn-id: http://code.djangoproject.com/svn/django/trunk@4804 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-23Clarified documentation on submission of multiple selections using test client.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4779 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-02Fixed typo.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-02Fixed #3628 -- Fixed a broken link spotted by Manoj Govindan.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3253 -- Exposed the number of failed tests as a return code in ↵Russell Keith-Magee
manage.py and runtests.py. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-17Fixed #3160 -- Added the ability to control the content type in a test ↵Russell Keith-Magee
client POST request. This is to allow easier testing of json-rpc/xml-rpc/soap etc interfaces. Thanks to Mikeal Rogers for the suggestion, and Ben <afternoon@uk2.net> for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-14Fixed ReST error in docs/testing.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4507 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-11Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown ↵Russell Keith-Magee
by the views visited by the test client. Thanks, Ben <afternoon@uk2.net>. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4482 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-09Added a ``session`` attribute to the test Client, to make it easier to test ↵Russell Keith-Magee
if session variables have been modified in a view. Also renamed Client.cookie to Client.cookies, to match documentation and common sense. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-20Fixed #3321 -- Fixed typo in docs/testing.txt (which still needs to be ↵Adrian Holovaty
proofread). Thanks, russblau@imapmail.org git-svn-id: http://code.djangoproject.com/svn/django/trunk@4368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-19Fixed #3317 -- Fixed typos in docs/testing.txt. Thanks for the patch, Marc ↵Adrian Holovaty
Fargas git-svn-id: http://code.djangoproject.com/svn/django/trunk@4349 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-10Fixed #3277 - fixed a couple of typoes in docs/testing.txt. Thanks, Jeremy.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-01Fixed #3085 -- Typo in testing documentation. Thanks, Lachlan Cannon.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-10Fixed #3000 -- Fixed typo in docs/testing.txt. Thanks, Bastian KleineidamAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-29Fixed #2845 -- Corrected a few spelling errors in the docs and changed aMalcolm Tredinnick
couple of correctly spelt words to their North American counterparts for consistency. Thanks, treborhudson@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3883 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-08Clarified some minor issues in test system documentation.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3737 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-04Refs #2333 - Made minor formatting modifications to test framework ↵Russell Keith-Magee
documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3715 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-04Refs #2333 - Made minor tweaks to the formatting of testing documentation.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-03Refs #2333 - Added documentation for the test Client, and removed a stray ↵Russell Keith-Magee
import. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3711 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-01Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ↵Russell Keith-Magee
the 'test_' + DATABASE_NAME naming policy. This setting is then used in runtests.py to restore the use of 'django_test_db' as the Django model/regression test database. Thanks to Michael Radziej for the feedback. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-31Refs #2333 - Added more documentation for testing framework, and clarified ↵Russell Keith-Magee
some code as a result of trying to describe it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3689 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-29Added a rough cut of a document on using the new testing framework.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3678 bcc190cf-cafb-0310-a4f2-bffc1f526a37