summaryrefslogtreecommitdiff
path: root/docs/testing.txt
AgeCommit message (Expand)Author
2007-11-03queryset-refactor: Merged from trunk up to [6635].Malcolm Tredinnick
2007-09-15queryset-refactor: Merged to [6300]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6155]Adrian Holovaty
2007-09-03Fixed #4988 -- In the test client, Added tracking of the client and request t...Russell Keith-Magee
2007-08-31Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...Russell Keith-Magee
2007-08-21Fixed #5221 -- Fixed typo in docs/testing.txt. Thanks, derelmAdrian Holovaty
2007-08-17Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <...Russell Keith-Magee
2007-08-16Changed django.test.utils.create_test_db to return the name of the test datab...Adrian Holovaty
2007-08-16Fixed #5181 -- Fixed typo in example in docs/testing.txt. Thanks, hayleyAdrian Holovaty
2007-08-15Fixed some ReST errors in docs/testing.txtAdrian Holovaty
2007-08-15Removed stray tabs mistakenly added to docs/testing.txt in [5889]Adrian Holovaty
2007-08-15*Finally* edited docs/testing.txtAdrian Holovaty
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-28Fixed #4995 -- Fixed some problems in documentation ReST formatting. Thanks, ...Russell Keith-Magee
2007-07-28Fixed #4460 -- Added the ability to be more specific in the test cases that a...Russell Keith-Magee
2007-07-23Added documentation for a test runner argument that has always been present, ...Russell Keith-Magee
2007-07-23Fixed #3771 -- Modified the test runner to observe the --noinput argument con...Russell Keith-Magee
2007-07-20Fixed #4901 -- Modified assertContains to provide a default check of 'any ins...Russell Keith-Magee
2007-07-20Refs #3782 -- Added documentation note that suite() handling is only in devel...Russell Keith-Magee
2007-07-20Fixed #3782 -- Added support for the suite() method recommended by the Python...Russell Keith-Magee
2007-07-15Fixed #4877 -- Fixed typo in testing documentation, patch from John Shaffer.Gary Wilson Jr
2007-07-01Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.Adrian Holovaty
2007-06-01Small rewording of docs/testing.txt changes from [5380]Adrian Holovaty
2007-05-31Fixed #4439 -- Fixed typo in docs/testing.txt. Thanks, hayleyAdrian Holovaty
2007-05-29Fixed #4420 -- Fixed broken link in docs/testing.txtAdrian Holovaty
2007-05-29Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensureMalcolm Tredinnick
2007-05-27Fixed #4366 -- Fixed a small typo. Thanks, Ivan Sagalaev.Malcolm Tredinnick
2007-05-14Fixed #4285 -- Fixed ReST error in docs/testing.txt. Thanks, MichaƂ KwiatkowskiAdrian Holovaty
2007-05-12Changed 'email' to 'e-mail' in docs/testing.txt, to fit our consistent styleAdrian Holovaty
2007-05-10Added configurable arguments to assertRedirects and assertContains to allow f...Russell Keith-Magee
2007-05-08Added redirection for email services during test conditions.Russell Keith-Magee
2007-05-08Removed a bunch of trailing whitespace. Don't people realise whitespace is aMalcolm Tredinnick
2007-05-08Fixed #3936 -- Mentioned that the DATABASE_USER in the test settings file needsMalcolm Tredinnick
2007-05-07Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use d...Russell Keith-Magee
2007-05-06Finally began proofreading docs/testing.txt. Did the intro for now; more to comeAdrian Holovaty
2007-05-05Backwards incompatible change: Changed the way test.Client.login operates. Ol...Russell Keith-Magee
2007-05-05Added a default test Client to TestCase, and added some assertions for some c...Russell Keith-Magee
2007-04-20Changed all URL references for django_admin/ to the canonical name ofMalcolm Tredinnick
2007-03-29Fixed #3253 -- Included test errors in the return code.Russell Keith-Magee
2007-03-29Fixed #3855 -- Fixed typo in testing docs. Thanks for the report adamduren@gm...Russell Keith-Magee
2007-03-23Remove notes about things added/removed in development version, since the dev...James Bennett
2007-03-23Clarified documentation on submission of multiple selections using test client.Russell Keith-Magee
2007-03-02Fixed typo.Malcolm Tredinnick
2007-03-02Fixed #3628 -- Fixed a broken link spotted by Manoj Govindan.Malcolm Tredinnick
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2007-02-26Fixed #3253 -- Exposed the number of failed tests as a return code in manage....Russell Keith-Magee
2007-02-17Fixed #3160 -- Added the ability to control the content type in a test client...Russell Keith-Magee
2007-02-14Fixed ReST error in docs/testing.txtAdrian Holovaty
2007-02-11Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by...Russell Keith-Magee
2007-02-09Added a ``session`` attribute to the test Client, to make it easier to test i...Russell Keith-Magee