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-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
2010-05-28
Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a fl...
Russell Keith-Magee
2010-05-09
Fixed #12412 -- Clarified the documentation around file handling by the test ...
Russell Keith-Magee
2010-05-06
Fixed #13377 -- Corrected markup typo in testing docs. Thanks to DrMeers for ...
Russell Keith-Magee
2010-02-22
Fixed #12932 -- Added an extra argument to suite_result() in the test runner,...
Russell Keith-Magee
2010-02-01
Fixed #6364 -- Added the ability to run individual doctests.
Russell Keith-Magee
2010-01-25
Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...
Russell Keith-Magee
2010-01-22
Fixed #10314 -- Added a message prefix argument to Django's test assertions. ...
Russell Keith-Magee
2010-01-19
Fixed #12640 -- Corrected a regression in test suite construction order intro...
Russell Keith-Magee
2010-01-18
Fixed #12638 -- Minor documentation cleanups around the new class-based test ...
Russell Keith-Magee
2010-01-18
Updated the docs around test runners to encourage the use of **kwargs in the ...
Russell Keith-Magee
2010-01-18
Fixed #12624 -- Modified test runners to be class based.
Russell Keith-Magee
2009-12-31
Typo fix for doc added in r12034. Thanks Alex Gaynor.
Karen Tracey
2009-12-31
Fixed #12364: Added graceful exit from a test run when Ctrl-C is pressed. Th...
Karen Tracey
2009-12-26
Fixed several broken and redirecting URLs in the documentation (fixes #12219,...
Gary Wilson Jr
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-11-12
Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plu...
Russell Keith-Magee
2009-11-03
Fixed #10355 -- Added an API for pluggable e-mail backends.
Russell Keith-Magee
2009-09-30
Fixed #11961: Corrected a few typos in docs/testing.txt. Thanks to timo for t...
James Bennett
2009-07-16
Fixed #10908 -- Clarified the procedure for creating test users in the testin...
Russell Keith-Magee
[next]