summaryrefslogtreecommitdiff
path: root/docs/topics/testing
AgeCommit message (Expand)Author
2016-03-15[1.8.x] Fixed DiscoverRunner failfast parameter default in docs.Andrew Abraham
2016-02-24[1.8.x] Removed docs of deprecated SimpleTestCase warnings behavior.Tim Graham
2015-11-07[1.8.x] Fixed #25290 -- Warned against modifying objects created in setUpTest...Tim Graham
2015-10-30[1.8.x] Added class-based view example to RequestFactory example.bee_keeper
2015-10-28[1.8.x] Made LiveServerTestCase example use StaticLiveServerTestCase.Tim Graham
2015-10-23[1.8.x] Clarified that the test client response content attribute is bytes.薛丞宏
2015-10-22[1.8.x] Refs #24622 -- Documented alternatives to some test response attribut...Benjamin Wohlwend
2015-09-25[1.8.x] Fixed #25451 -- Added advice about organizing tests.Tim Graham
2015-09-24[1.8.x] Removed a prominent note about django.utils.unittest deprecation.Tim Graham
2015-09-05[1.8.x] Updated references to the TEST_* database settings.Aymeric Augustin
2015-08-19[1.8.x] Fixed style issues in testing docsMarkus Holtermann
2015-08-18[1.8.x] Used consistent capitalization and hyphenation of "class-based views"...Anton Strogonoff
2015-08-08[1.8.x] Updated Wikipedia links to use httpsClaude Paroz
2015-07-31[1.8.x] Clarified assertRaisesMessage() behavior with respect to the message.Tim Graham
2015-07-27[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...Tim Graham
2015-06-16[1.8.x] Refs #24987 -- Documented that Client.login() rejects inactive users.Tim Graham
2015-05-18[1.8.x] Added docs for assertRaisesMessage as context manager.Tim Graham
2015-05-09[1.8.x] Fixed typo in docs/topics/testing/tools.txtIan Foote
2015-04-25[1.8.x] Fixed a typo and formatting consistency in testing tools docsAdam Zapletal
2015-02-22[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-17[1.8.x] Added an import to docs/topics/testing/advanced.txt example.Tim Graham
2015-02-01[1.8.x] Simplified a versionchanged notes for LiveServerTestCase.Tim Graham
2015-01-16[1.8.x] Fixed a typo in the test responses docs.Rick Hutcheson
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
2014-12-30Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-27Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.Tim Graham
2014-12-04Fixed #23911 -- Added support for buffer file uploads in the test clientThomas Tanner
2014-12-03Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny
2014-11-24Fixed #23742 -- Added an option to reverse tests order.wrwrwr
2014-11-24Updated testing documentation following 498ae3a36069e2dThomas Chaumeny
2014-11-24Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
2014-11-21Fixed #23778 -- Added a doc section on using the Django runner for reusable a...Stanislas Guerra
2014-11-04Added missing docs to DiscoverRunner for keepdb option; refs #20550.Tim Graham
2014-11-03Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny
2014-11-01Fixed #23744 -- Fixed typo in selenium testing example.Tim Graham
2014-10-31Added a warning about direct settings manipulation in tests.Tim Graham
2014-10-28Fixed #23606 -- Implemented Client and RequestFactory trace() methods.Rigel Di Scala
2014-10-24Fixed versionchanged indentation in topics/testing/advanced.txt.Berker Peksag
2014-10-20Fixed #20609 -- Added instructions for using AnonymousUser with RequestFactory.Tim Graham
2014-10-14Clarified documentation relating to usage of serialized_rollback for certain ...Greg Chapple
2014-10-05Updated assertQuerysetEqual documentation following 311b3ad9db94c3e04f929c262...Thomas Chaumeny
2014-09-24Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
2014-09-24Added SuspiciousOperation to list of caught exceptions in testing docs.Thomas Grainger
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-26Allowed skipIf/UnlessDBFeature to accept several feature stringsClaude Paroz
2014-08-19Removed unnecessary code-block directives.areski
2014-08-01Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2014-07-28Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
2014-06-30Fixed #19489 -- Documented host parameter of assertRedirects().Tim Graham