summaryrefslogtreecommitdiff
path: root/docs/topics/testing
AgeCommit message (Expand)Author
2021-03-19[3.1.x] Refs #25735 -- Added tags/exclude_tags arguments to DiscoverRunner docs.Mariusz Felisiak
2021-03-19[3.1.x] Added parallel argument to DiscoverRunner docs.Mariusz Felisiak
2021-03-19[3.1.x] Corrected DiscoverRunner.build_suite() signature.Mariusz Felisiak
2021-03-17[3.1.x] Fixed typo in docs/topics/testing/advanced.txt.Jozef
2021-02-26[3.1.x] Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.Jacob Walls
2021-02-12[3.1.x] Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.David Smith
2020-11-04[3.1.x] Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.Carlton Gibson
2020-10-18[3.1.x] Fixed typo in docs/topics/testing/tools.txt.Jacob Walls
2020-07-10[3.1.x] Refs #27430 -- Added buffer argument to DiscoverRunner docs.Mariusz Felisiak
2020-07-10[3.1.x] Refs #30676 -- Added pdb argument to DiscoverRunner docs.Mariusz Felisiak
2020-07-04[3.1.x] Fixed #29308 -- Clarified how assertQuerysetEqual()'s transform works.Jacob Walls
2020-04-28Fixed broken links in docs.Mariusz Felisiak
2020-03-26Clarified async documentation.Adam Johnson
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2020-02-13Fixed #31250 -- Ignored processing instructions in assertXMLEqual()/assertXML...yura
2020-02-07Refs #31055 -- Made DiscoverRunner skip running system checks on unused test ...Simon Charette
2020-01-27Refs #30997 -- Removed HttpRequest.is_ajax() usage.Claude Paroz
2019-12-20Added example of assertNumQueries() with "using" kwarg in testing topics docs.Garry Polley
2019-12-18Corrected some typos in documentation.Hasan Ramezani
2019-12-04Fixed #20456 -- Added example of directly testing CBVs in topics docs.Felipe Lee
2019-11-26Used :ticket: role in all tickets links.Sergey Fedoseev
2019-10-18Fixed #27391 -- Implemented SimpleTestCase.debug().Pavel Savchenko
2019-10-08Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel.Caio Ariede
2019-09-10Refs #28478 -- Removed support for TestCase's allow_database_queries and mult...Mariusz Felisiak
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-08-21Fixed broken links and redirects in documentation.François Freitag
2019-05-24Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual().Caio Ariede
2019-05-24Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML declaration and c...Caio Ariede
2019-05-09Refs #30399 -- Made assertHTMLEqual normalize character and entity references.Jon Dufresne
2019-04-30Fixed #30245 -- Added -k option to DiscoverRunner.François Freitag
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales
2019-03-05Doc'd the use of --noinput for test database handling.Samuel Gaist
2019-02-20Fixed #18707 -- Added support for the test client to return 500 responses.Jon Dufresne
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2019-01-10Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.Simon Charette
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2018-09-26Fixed #29683 -- Added view permission to docs.Stephen James
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-25Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON.Dan Palmer
2018-08-25Fixed #29226 -- Doc'd modify_settings() ordering considerations for Python < ...Benjamin Bach
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-06-28Refs #29513 -- Linked the testing docs from the multi-db topic guide.Mattia Cattarinussi
2018-06-28Fixed location of a few doc labels.Tim Graham
2018-06-21Updated a test example to use snake case.Adam Johnson
2018-06-20Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...Jan Pieter Waagmeester
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-05-09Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert