summaryrefslogtreecommitdiff
path: root/docs/topics/testing/advanced.txt
AgeCommit 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-03Fixed #31979 -- Made django.test.utils.setup_databases()'s time_keeper argume...Jon Dufresne
2020-08-13Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein
2020-07-10Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.ovkulkarni
2020-07-10Refs #27430 -- Added buffer argument to DiscoverRunner docs.Mariusz Felisiak
2020-07-10Refs #30676 -- Added pdb argument to DiscoverRunner docs.Mariusz Felisiak
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2020-02-07Refs #31055 -- Made DiscoverRunner skip running system checks on unused test ...Simon Charette
2019-12-04Fixed #20456 -- Added example of directly testing CBVs in topics docs.Felipe Lee
2019-10-08Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel.Caio Ariede
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-04-30Fixed #30245 -- Added -k option to DiscoverRunner.François Freitag
2019-01-10Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.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-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-12-04Fixed typo in docs/topics/testing/advanced.txt. (#9416)Sergey Fedoseev
2017-10-30Fixed 'a'/'an' mix-ups in docs.Ville Skyttä
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-05-25Fixed typo in docs/topics/testing/advanced.txt.Dima Veselov
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-03-07Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham
2017-02-23Fixed #27878, refs #23919 -- Used python3 shebangs.Chris Lamb
2016-12-29Fixed #25415 -- Made DiscoverRunner run system checks.Adam Chainz
2016-08-17Fixed #26840 -- Added test.utils.setup/teardown_databases().Andreas Pelme
2016-08-10Fixed #27019 -- Made teardown_test_environment() restore the old DEBUG.Chris Jerdonek
2016-08-09Fixed #27035 -- Eased changing settings.DEBUG for DiscoverRunner.Chris Jerdonek
2016-08-05Edited docs of test.utils.setup/teardown_test_environment().Chris Jerdonek
2016-08-04Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().Chris Jerdonek
2016-06-20Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.Tobias McNulty
2016-03-15Fixed DiscoverRunner failfast parameter default in docs.Andrew Abraham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-10-30Added class-based view example to RequestFactory example.bee_keeper
2015-09-25Fixed #25451 -- Added advice about organizing tests.Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham
2015-09-05Updated references to the TEST_* database settings.Aymeric Augustin
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-02-17Added an import to docs/topics/testing/advanced.txt example.Tim Graham
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
2014-11-24Fixed #23742 -- Added an option to reverse tests order.wrwrwr
2014-11-21Fixed #23778 -- Added a doc section on using the Django runner for reusable a...Stanislas Guerra