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
/
advanced.txt
Age
Commit message (
Expand
)
Author
2021-03-19
[3.2.x] Refs #25735 -- Added tags/exclude_tags arguments to DiscoverRunner docs.
Mariusz Felisiak
2021-03-19
[3.2.x] Added parallel argument to DiscoverRunner docs.
Mariusz Felisiak
2021-03-19
[3.2.x] Corrected DiscoverRunner.build_suite() signature.
Mariusz Felisiak
2021-03-17
[3.2.x] Fixed typo in docs/topics/testing/advanced.txt.
Jozef
2021-02-24
[3.2.x] Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature.
Mariusz Felisiak
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-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-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2020-02-07
Refs #31055 -- Made DiscoverRunner skip running system checks on unused test ...
Simon Charette
2019-12-04
Fixed #20456 -- Added example of directly testing CBVs in topics docs.
Felipe Lee
2019-10-08
Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel.
Caio Ariede
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-04-30
Fixed #30245 -- Added -k option to DiscoverRunner.
François Freitag
2019-01-10
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
Simon Charette
2018-09-26
Fixed #29683 -- Added view permission to docs.
Stephen James
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-01-07
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2017-12-04
Fixed typo in docs/topics/testing/advanced.txt. (#9416)
Sergey Fedoseev
2017-10-30
Fixed 'a'/'an' mix-ups in docs.
Ville Skyttä
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-05-25
Fixed typo in docs/topics/testing/advanced.txt.
Dima Veselov
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-03-07
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
Tim Graham
2017-02-23
Fixed #27878, refs #23919 -- Used python3 shebangs.
Chris Lamb
2016-12-29
Fixed #25415 -- Made DiscoverRunner run system checks.
Adam Chainz
2016-08-17
Fixed #26840 -- Added test.utils.setup/teardown_databases().
Andreas Pelme
2016-08-10
Fixed #27019 -- Made teardown_test_environment() restore the old DEBUG.
Chris Jerdonek
2016-08-09
Fixed #27035 -- Eased changing settings.DEBUG for DiscoverRunner.
Chris Jerdonek
2016-08-05
Edited docs of test.utils.setup/teardown_test_environment().
Chris Jerdonek
2016-08-04
Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().
Chris Jerdonek
2016-06-20
Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.
Tobias McNulty
2016-03-15
Fixed DiscoverRunner failfast parameter default in docs.
Andrew Abraham
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-10-30
Added class-based view example to RequestFactory example.
bee_keeper
2015-09-25
Fixed #25451 -- Added advice about organizing tests.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Refs #19973 -- Removed optparse support in management commands per deprecatio...
Tim Graham
2015-09-05
Updated references to the TEST_* database settings.
Aymeric Augustin
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-02-17
Added an import to docs/topics/testing/advanced.txt example.
Tim Graham
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-12
Fixed #24118 -- Added --debug-sql option for tests.
Marc Tamlyn
2014-11-24
Fixed #23742 -- Added an option to reverse tests order.
wrwrwr
2014-11-21
Fixed #23778 -- Added a doc section on using the Django runner for reusable a...
Stanislas Guerra
[next]