summaryrefslogtreecommitdiff
path: root/docs/topics/testing/tools.txt
AgeCommit message (Expand)Author
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-08-25Refs #18707 -- Corrected django.test.Client signature in docs.Daniel Hahler
2022-07-29Fixed typo in docs/topics/testing/tools.txt.rharri
2022-06-27Fixed #33422 -- Improved docs about isolating apps.Christopher Adams
2022-06-02Fixed #33757 -- Clarified Client.post() file upload example.Tim Graham
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-04-06Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...Baptiste Mispelon
2022-01-26Adjusted CBV resolver_match example in testing tools docs.Carlton Gibson
2022-01-10Corrected signatures of some functions in docs.Mariusz Felisiak
2021-12-28Avoided counting attributes and methods in docs.Mariusz Felisiak
2021-11-26Fixed #33301 -- Clarified the type of arguments required by custom assertions.Baptiste Mispelon
2021-10-21Fixed #33211 -- Updated tests for Selenium 4.0.0.Carlton Gibson
2021-10-18Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
2021-09-21Fixed broken links and redirects in docs.Mariusz Felisiak
2021-09-20Refs #31235 -- Made assertQuerysetEqual() not call repr() on a queryset when ...Mariusz Felisiak
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-08-30Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks re...Eugene Morozov
2021-08-02Updated BaseDatabaseFeatures link in testing tools docs.Lauri Tirkkonen
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-03-26Added missing mode="rb" argument to open() call in Client.post() example in d...John
2021-03-19Fixed #32556 -- Fixed handling empty string as non-boolean attributes value b...Baptiste Mispelon
2021-03-18Fixed #32547 -- Corrected notes about validation in HTML assertions docs.Hasan Ramezani
2021-03-05Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.Jacob Walls
2021-02-26Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.Jacob Walls
2021-02-12Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.David Smith
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-11-06Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani
2020-11-04Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.Carlton Gibson
2020-10-18Fixed typo in docs/topics/testing/tools.txt.Jacob Walls
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-07-13Fixed #30457 -- Added TestCase.captureOnCommitCallbacks().Adam Johnson
2020-07-04Fixed #29308 -- Clarified how assertQuerysetEqual()'s transform works.Jacob Walls
2020-05-15Fixed #31395 -- Made setUpTestData enforce in-memory data isolation.Simon Charette
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
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-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-10-18Fixed #27391 -- Implemented SimpleTestCase.debug().Pavel Savchenko
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