summaryrefslogtreecommitdiff
path: root/docs/topics/testing.txt
AgeCommit message (Expand)Author
2012-02-05[1.3.X] Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks EnT...Timo Graham
2011-08-06[1.3.X] Fixed #16528 - Documented test runner returns 1, regardless of the nu...Timo Graham
2011-07-28[1.3.X] Fixes #16532 -- Clearer explanation of how the test client expects HT...Chris Beaven
2011-05-29[1.3.X] Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-13[1.3.X] Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-11[1.3.X] Fixes #15595 -- emphasize the benefits of django.test.TestCase. Thank...Chris Beaven
2011-04-30[1.3.X] Fixed #15876 - Document that test.client.RequestFactory doesn't suppo...Timo Graham
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-01-18Refs #14661 -- Clarified the handling of initial data injected via custom SQL.Russell Keith-Magee
2011-01-16Fixed #13628 - Discourage the use of doctests; thanks d0ugal for the suggestion.Timo Graham
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-09Fixed a couple of typos and small errors from r14696 and r14822.Ramiro Morales
2010-12-05Corrected incomplete and incorrect docs from r14822.Russell Keith-Magee
2010-12-05Fixed #14799 -- Provided a full solution for test database creation order pro...Russell Keith-Magee
2010-11-30Fixed ReST error in assertNumQueries docs.Luke Plant
2010-11-24Fixed #14771 -- corrected a typo in the testing docs. Thanks to Christian Ou...Alex Gaynor
2010-10-27Edited docs/topics/testing.txt change from [14058]Adrian Holovaty
2010-10-23Fixed #14173 -- Added sections about contrib apps-provided commands to django...Ramiro Morales
2010-10-13Correcting a typo and a copy/paste problem in the RequestFactory docs from [1...Gabriel Hurley
2010-10-12Clarified the text and example describing the RequestFactory. Thanks to Alex ...Russell Keith-Magee
2010-10-12Fixed #9002 -- Added a RequestFactory. This allows you to create request inst...Russell Keith-Magee
2010-10-12Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...Alex Gaynor
2010-10-11Fixed a few typos in the unittest2 docs introduced in [14139].Gabriel Hurley
2010-10-11Refs #12991 -- Added extra docs for the unittest2 changes made in r14139.Russell Keith-Magee
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-10Fixed #12226 -- Deprecated test client Response.template attribute in favor o...Carl Meyer
2010-10-09Fixed #14378 -- Made the test client class customizable. Thanks to Ned Batche...Russell Keith-Magee
2010-10-08Rewrote 'Test with warnings enabled' section of docs/topics/testing.txt from ...Adrian Holovaty
2010-10-08Fixed #14274 -- Added admonition about using -Wall when you run tests. Thanks...Russell Keith-Magee
2010-10-08Fixed #14225 -- Added a documentation marker (and a 1.2.2 release notes file,...Russell Keith-Magee
2010-09-03Fixed #13754 - Add a note about a test client session property gotchaLuke Plant
2010-08-27Fixed #14168 -- Removed stray argument from docs for assertQuerysetEquals. Th...Russell Keith-Magee
2010-08-27Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks...Russell Keith-Magee
2010-08-23Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the p...Russell Keith-Magee
2010-08-23Fixed #3051 -- Documented the requirements for standalone testing. Thanks to ...Russell Keith-Magee
2010-08-23Fixed #14147 -- Added documentation metadata for new assertQuerysetEqual test...Russell Keith-Magee
2010-08-20Clarified some markup in the discussion of fixture loading in testcases.Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-05-28Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a fl...Russell Keith-Magee
2010-05-09Fixed #12412 -- Clarified the documentation around file handling by the test ...Russell Keith-Magee
2010-05-06Fixed #13377 -- Corrected markup typo in testing docs. Thanks to DrMeers for ...Russell Keith-Magee
2010-02-22Fixed #12932 -- Added an extra argument to suite_result() in the test runner,...Russell Keith-Magee
2010-02-01Fixed #6364 -- Added the ability to run individual doctests.Russell Keith-Magee
2010-01-25Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...Russell Keith-Magee
2010-01-22Fixed #10314 -- Added a message prefix argument to Django's test assertions. ...Russell Keith-Magee
2010-01-19Fixed #12640 -- Corrected a regression in test suite construction order intro...Russell Keith-Magee
2010-01-18Fixed #12638 -- Minor documentation cleanups around the new class-based test ...Russell Keith-Magee
2010-01-18Updated the docs around test runners to encourage the use of **kwargs in the ...Russell Keith-Magee
2010-01-18Fixed #12624 -- Modified test runners to be class based.Russell Keith-Magee
2009-12-31Typo fix for doc added in r12034. Thanks Alex Gaynor.Karen Tracey