index
:
django.git
fix-31295
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
2012-10-11
[1.4.X] Fixed #16817 - Added a guide of code coverage to contributing docs.
Tim Graham
2012-10-10
[1.4.x] Fixed #4501 - Documented how to use coverage.py with Django tests.
Tim Graham
2012-10-04
[1.4.X] Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain f...
Tim Graham
2012-09-22
[1.4.X] Fixed #18057 - Documented that caches are not cleared after each test...
Tim Graham
2012-08-30
[1.4.x] Updated obsolete links in the documentation
Claude Paroz
2012-03-31
[1.4.X] Removed documentation for SMTPConnection, which was removed at r15978...
Aymeric Augustin
2012-03-11
Fixed a couple of typos in testing document.
Ramiro Morales
2012-03-03
Added a blurb about new SimpleTestCase class to release notes.
Ramiro Morales
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-02-27
Clarified the fact that the signal_changed signal isn't used by Django itself...
Aymeric Augustin
2012-02-27
Added a diagram of the hierarchy of our TestCase subclasses to the testing docs.
Ramiro Morales
2012-02-15
Fixed #17652 -- Removed all mentions to Windmill from the docs as that projec...
Julien Phalip
2012-02-05
Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks EnTeQuAk fo...
Timo Graham
2012-02-03
Made a bunch more edits up until [17418]
Adrian Holovaty
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2012-01-31
Fixed #17604 - Added context-manager capability to assertTemplateUsed and ass...
Carl Meyer
2011-12-30
Edited testing.txt changes from [17289]
Adrian Holovaty
2011-12-30
Edited testing.txt changes from [17283]
Adrian Holovaty
2011-12-29
Added the ability to specify multiple ports available for the `LiveServerTest...
Julien Phalip
2011-12-29
Indicated the exact version that is required to use the "WebDriverWait" examp...
Julien Phalip
2011-12-28
Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWeb...
Julien Phalip
2011-12-22
Fixed #2879 -- Added support for the integration with Selenium and other in-b...
Julien Phalip
2011-12-19
Added note about assertFieldOutput being new in 1.4.
Ramiro Morales
2011-12-17
Fixed #17364 -- Fixed typos in topics/testing.txt. Thanks, movielady
Adrian Holovaty
2011-11-18
Fixed #17248 -- Added a missing versionadded directive for TestCase.assertRai...
Aymeric Augustin
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-08
Fixed #17011 - Made override_settings modify a decorated class in-place rathe...
Carl Meyer
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
[next]