summaryrefslogtreecommitdiff
path: root/docs/topics/testing/tools.txt
Commit message (Expand)AuthorAgeFilesLines
* Refs #32409 -- Doc'd ORM calling limitations on async tests.c/32409-async-tests-cannot-call-ormCarlton Gibson2021-03-101-0/+3
* Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.Jacob Walls2021-03-051-1/+2
* Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.Jacob Walls2021-02-261-1/+1
* Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.David Smith2021-02-121-2/+2
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-7/+0
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-7/+20
* Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.Carlton Gibson2020-11-041-2/+15
* Fixed typo in docs/topics/testing/tools.txt.Jacob Walls2020-10-181-1/+1
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-3/+3
* Fixed #30457 -- Added TestCase.captureOnCommitCallbacks().Adam Johnson2020-07-131-0/+36
* Fixed #29308 -- Clarified how assertQuerysetEqual()'s transform works.Jacob Walls2020-07-041-4/+5
* Fixed #31395 -- Made setUpTestData enforce in-memory data isolation.Simon Charette2020-05-151-5/+7
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-131-6/+0
* Fixed broken links in docs.Mariusz Felisiak2020-04-281-1/+1
* Clarified async documentation.Adam Johnson2020-03-261-1/+1
* Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin2020-03-181-0/+56
* Fixed #31250 -- Ignored processing instructions in assertXMLEqual()/assertXML...yura2020-02-131-2/+2
* Refs #30997 -- Removed HttpRequest.is_ajax() usage.Claude Paroz2020-01-271-4/+4
* Added example of assertNumQueries() with "using" kwarg in testing topics docs.Garry Polley2019-12-201-3/+6
* Fixed #27391 -- Implemented SimpleTestCase.debug().Pavel Savchenko2019-10-181-0/+5
* Refs #28478 -- Removed support for TestCase's allow_database_queries and mult...Mariusz Felisiak2019-09-101-24/+0
* Removed versionadded/changed annotations for 2.2.Mariusz Felisiak2019-09-101-13/+0
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-23/+23
* Fixed broken links and redirects in documentation.François Freitag2019-08-211-1/+1
* Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual().Caio Ariede2019-05-241-2/+2
* Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML declaration and c...Caio Ariede2019-05-241-0/+3
* Refs #30399 -- Made assertHTMLEqual normalize character and entity references.Jon Dufresne2019-05-091-2/+4
* Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales2019-04-181-1/+1
* Fixed #18707 -- Added support for the test client to return 500 responses.Jon Dufresne2019-02-201-3/+34
* Fixed #30116 -- Dropped support for Python 3.5.Tim Graham2019-01-301-17/+0
* Removed versionadded/changed annotations for 2.1.Tim Graham2019-01-171-18/+0
* Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.Simon Charette2019-01-101-7/+8
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-16/+71
* Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON.Dan Palmer2018-08-251-4/+10
* Fixed #29226 -- Doc'd modify_settings() ordering considerations for Python < ...Benjamin Bach2018-08-251-0/+17
* Refs #29513 -- Linked the testing docs from the multi-db topic guide.Mattia Cattarinussi2018-06-281-0/+2
* Fixed location of a few doc labels.Tim Graham2018-06-281-2/+2
* Updated a test example to use snake case.Adam Johnson2018-06-211-1/+1
* Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...Jan Pieter Waagmeester2018-06-201-0/+10
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-1/+1
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-091-0/+11
* Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon2018-04-171-1/+1
* Fixed #29082 -- Allowed the test client to encode JSON request data.Nick Sarbicki2018-02-061-4/+25
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-1/+1
* Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales2018-01-201-5/+5
* Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.Will Ayd2018-01-081-0/+19
* Updated various links in docs to use HTTPS.Mariusz Felisiak2018-01-071-1/+1
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-7/+0
* Fixed #28148 -- Doc'd ImageField name validation concerns with the test client.Riccardo Magliocchetti2017-05-111-1/+9
* Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen2017-04-241-1/+1