index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
testing
Age
Commit message (
Expand
)
Author
2022-04-28
[4.0.x] Added backticks to code literals in various docs.
David
2022-01-10
[4.0.x] Corrected signatures of some functions in docs.
Mariusz Felisiak
2021-11-26
[4.0.x] Fixed #33301 -- Clarified the type of arguments required by custom as...
Baptiste Mispelon
2021-10-19
[4.0.x] Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
David Smith
2021-09-21
[4.0.x] Fixed broken links and redirects in docs.
Mariusz Felisiak
2021-08-30
Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks re...
Eugene Morozov
2021-08-24
Fixed #32552 -- Added logger argument to DiscoverRunner.
Chris Jerdonek
2021-08-17
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
Andrew Northall
2021-08-02
Updated BaseDatabaseFeatures link in testing tools docs.
Lauri Tirkkonen
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-27
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2021-07-16
Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suit...
Jacob Walls
2021-07-08
Fixed #24522 -- Added a --shuffle option to DiscoverRunner.
Chris Jerdonek
2021-06-01
Refs #32552 -- Added DiscoverRunner.log() to allow customization.
Daniyal
2021-05-17
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2021-03-26
Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first.
Chris Jerdonek
2021-03-26
Added missing mode="rb" argument to open() call in Client.post() example in d...
John
2021-03-19
Fixed #32556 -- Fixed handling empty string as non-boolean attributes value b...
Baptiste Mispelon
2021-03-19
Refs #25735 -- Added tags/exclude_tags arguments to DiscoverRunner docs.
Mariusz Felisiak
2021-03-19
Added parallel argument to DiscoverRunner docs.
Mariusz Felisiak
2021-03-19
Corrected DiscoverRunner.build_suite() signature.
Mariusz Felisiak
2021-03-18
Fixed #32547 -- Corrected notes about validation in HTML assertions docs.
Hasan Ramezani
2021-03-17
Fixed typo in docs/topics/testing/advanced.txt.
Jozef
2021-03-05
Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.
Jacob Walls
2021-02-26
Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.
Jacob Walls
2021-02-24
Fixed #32446 -- Deprecated SERIALIZE test database setting.
Simon Charette
2021-02-24
Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature.
Mariusz Felisiak
2021-02-12
Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.
David Smith
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-11-04
Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.
Carlton Gibson
2020-10-18
Fixed typo in docs/topics/testing/tools.txt.
Jacob Walls
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-03
Fixed #31979 -- Made django.test.utils.setup_databases()'s time_keeper argume...
Jon Dufresne
2020-08-13
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2020-07-13
Fixed #30457 -- Added TestCase.captureOnCommitCallbacks().
Adam Johnson
2020-07-10
Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.
ovkulkarni
2020-07-10
Refs #27430 -- Added buffer argument to DiscoverRunner docs.
Mariusz Felisiak
2020-07-10
Refs #30676 -- Added pdb argument to DiscoverRunner docs.
Mariusz Felisiak
2020-07-04
Fixed #29308 -- Clarified how assertQuerysetEqual()'s transform works.
Jacob Walls
2020-05-15
Fixed #31395 -- Made setUpTestData enforce in-memory data isolation.
Simon Charette
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-04-28
Fixed broken links in docs.
Mariusz Felisiak
2020-03-26
Clarified async documentation.
Adam Johnson
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2020-02-13
Fixed #31250 -- Ignored processing instructions in assertXMLEqual()/assertXML...
yura
2020-02-07
Refs #31055 -- Made DiscoverRunner skip running system checks on unused test ...
Simon Charette
2020-01-27
Refs #30997 -- Removed HttpRequest.is_ajax() usage.
Claude Paroz
2019-12-20
Added example of assertNumQueries() with "using" kwarg in testing topics docs.
Garry Polley
2019-12-18
Corrected some typos in documentation.
Hasan Ramezani
[next]