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