index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
testing.txt
Age
Commit message (
Expand
)
Author
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-08-23
Add the ability to do unordered comparisons in assertQuerysetEqual.
Malcolm Tredinnick
2011-08-23
Fixed #15838 -- Promoted assertFieldOutput to a general test utility. Thanks ...
Russell Keith-Magee
2011-08-18
Fixed #16608 -- Clarified the description of the destroy_test_db method and c...
Gabriel Hurley
2011-08-13
Fixed #14503 -- Unified multiple implementations of test cases assert* method...
Ramiro Morales
2011-08-06
Fixed #16528 - Documented test runner returns 1, regardless of the number of ...
Timo Graham
2011-07-28
Fixes #16532 -- Clearer explanation of how the test client expects HTTP heade...
Chris Beaven
2011-06-10
Fixed #16185, #15675 -- Added the ability for test runners to define custom o...
Russell Keith-Magee
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-05-29
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
Jannis Leidel
2011-05-18
Correcting a typo and minor grammatical issues from [16237].
Gabriel Hurley
2011-05-18
Fixed #15561 -- Extended test setting override code added in r16165 with a de...
Jannis Leidel
2011-05-13
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-05-11
Fixes #15595 -- emphasize the benefits of django.test.TestCase. Thanks for th...
Chris Beaven
2011-05-06
Added TestCase.settings context manager to easily override settings in test m...
Jannis Leidel
2011-04-30
Fixed #15876 - Document that test.client.RequestFactory doesn't support sessi...
Timo Graham
2011-04-20
Switched to HTML5 doctype in all Django supplied templates.
Luke Plant
2011-04-01
Fixed some ReST errors from e-mail -> email change in docs, and changed some ...
Adrian Holovaty
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-01-18
Refs #14661 -- Clarified the handling of initial data injected via custom SQL.
Russell Keith-Magee
2011-01-16
Fixed #13628 - Discourage the use of doctests; thanks d0ugal for the suggestion.
Timo Graham
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-09
Fixed a couple of typos and small errors from r14696 and r14822.
Ramiro Morales
2010-12-05
Corrected incomplete and incorrect docs from r14822.
Russell Keith-Magee
2010-12-05
Fixed #14799 -- Provided a full solution for test database creation order pro...
Russell Keith-Magee
2010-11-30
Fixed ReST error in assertNumQueries docs.
Luke Plant
2010-11-24
Fixed #14771 -- corrected a typo in the testing docs. Thanks to Christian Ou...
Alex Gaynor
2010-10-27
Edited docs/topics/testing.txt change from [14058]
Adrian Holovaty
2010-10-23
Fixed #14173 -- Added sections about contrib apps-provided commands to django...
Ramiro Morales
2010-10-13
Correcting a typo and a copy/paste problem in the RequestFactory docs from [1...
Gabriel Hurley
2010-10-12
Clarified the text and example describing the RequestFactory. Thanks to Alex ...
Russell Keith-Magee
2010-10-12
Fixed #9002 -- Added a RequestFactory. This allows you to create request inst...
Russell Keith-Magee
2010-10-12
Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...
Alex Gaynor
2010-10-11
Fixed a few typos in the unittest2 docs introduced in [14139].
Gabriel Hurley
2010-10-11
Refs #12991 -- Added extra docs for the unittest2 changes made in r14139.
Russell Keith-Magee
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-10
Fixed #12226 -- Deprecated test client Response.template attribute in favor o...
Carl Meyer
2010-10-09
Fixed #14378 -- Made the test client class customizable. Thanks to Ned Batche...
Russell Keith-Magee
2010-10-08
Rewrote 'Test with warnings enabled' section of docs/topics/testing.txt from ...
Adrian Holovaty
2010-10-08
Fixed #14274 -- Added admonition about using -Wall when you run tests. Thanks...
Russell Keith-Magee
2010-10-08
Fixed #14225 -- Added a documentation marker (and a 1.2.2 release notes file,...
Russell Keith-Magee
2010-09-03
Fixed #13754 - Add a note about a test client session property gotcha
Luke Plant
2010-08-27
Fixed #14168 -- Removed stray argument from docs for assertQuerysetEquals. Th...
Russell Keith-Magee
2010-08-27
Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks...
Russell Keith-Magee
2010-08-23
Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the p...
Russell Keith-Magee
2010-08-23
Fixed #3051 -- Documented the requirements for standalone testing. Thanks to ...
Russell Keith-Magee
2010-08-23
Fixed #14147 -- Added documentation metadata for new assertQuerysetEqual test...
Russell Keith-Magee
2010-08-20
Clarified some markup in the discussion of fixture loading in testcases.
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
[prev]
[next]