summaryrefslogtreecommitdiff
path: root/docs/testing.txt
AgeCommit message (Expand)Author
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-08-02Removed two-year-old note about testing framework being under development.Gary Wilson Jr
2008-07-26Fixed #7962 -- Corrected typo in testing docs. Thanks to cgod for the report.Russell Keith-Magee
2008-07-21Refs #7864 -- Corrected more instances of "newforms" in the docs.Gary Wilson Jr
2008-07-13Fixed #7737 -- Corrected a comment in the testing docs to be PEP257 compliant...Russell Keith-Magee
2008-07-12Fixed #7583 -- Corrected the testing docs that referred to the defunct header...Russell Keith-Magee
2008-06-30Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o...Russell Keith-Magee
2008-06-06Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks...Russell Keith-Magee
2008-03-27Tiny reST fix to testing.txt.Jacob Kaplan-Moss
2007-12-19Edited docs/testing.txt changes from [6929]Adrian Holovaty
2007-12-17Split up the documentation of the test database and the test output.Malcolm Tredinnick
2007-10-30Fixed #5832 -- Removed unneeded import in testing documentation, thanks Thoma...Gary Wilson Jr
2007-09-15Fixed #4692 -- Documented required database privileges. Thanks, ubernostrumAdrian Holovaty
2007-09-14Fixed #4360 -- Corrected where HTTP headers are in the test response. Also no...Malcolm Tredinnick
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