summaryrefslogtreecommitdiff
path: root/docs/topics/testing.txt
AgeCommit message (Expand)Author
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-23Add the ability to do unordered comparisons in assertQuerysetEqual.Malcolm Tredinnick
2011-08-23Fixed #15838 -- Promoted assertFieldOutput to a general test utility. Thanks ...Russell Keith-Magee
2011-08-18Fixed #16608 -- Clarified the description of the destroy_test_db method and c...Gabriel Hurley
2011-08-13Fixed #14503 -- Unified multiple implementations of test cases assert* method...Ramiro Morales
2011-08-06Fixed #16528 - Documented test runner returns 1, regardless of the number of ...Timo Graham
2011-07-28Fixes #16532 -- Clearer explanation of how the test client expects HTTP heade...Chris Beaven
2011-06-10Fixed #16185, #15675 -- Added the ability for test runners to define custom o...Russell Keith-Magee
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-18Correcting a typo and minor grammatical issues from [16237].Gabriel Hurley
2011-05-18Fixed #15561 -- Extended test setting override code added in r16165 with a de...Jannis Leidel
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-11Fixes #15595 -- emphasize the benefits of django.test.TestCase. Thanks for th...Chris Beaven
2011-05-06Added TestCase.settings context manager to easily override settings in test m...Jannis Leidel
2011-04-30Fixed #15876 - Document that test.client.RequestFactory doesn't support sessi...Timo Graham
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2011-04-01Fixed some ReST errors from e-mail -> email change in docs, and changed some ...Adrian Holovaty
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
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