summaryrefslogtreecommitdiff
path: root/docs/topics/testing/advanced.txt
AgeCommit message (Expand)Author
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
2014-11-04Added missing docs to DiscoverRunner for keepdb option; refs #20550.Tim Graham
2014-10-28Fixed #23606 -- Implemented Client and RequestFactory trace() methods.Rigel Di Scala
2014-10-24Fixed versionchanged indentation in topics/testing/advanced.txt.Berker Peksag
2014-10-20Fixed #20609 -- Added instructions for using AnonymousUser with RequestFactory.Tim Graham
2014-09-24Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
2014-06-14Converted test management command to argparseClaude Paroz
2014-06-09Doc edits for refs #22487.Tim Graham
2014-06-09Tweaked order of create_test_db arguments for backwards compatibility.Tim Graham
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-06-05Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple
2014-05-25Fixed too short title underline in docs.Tim Graham
2014-05-22Fixed #22667 -- Replaced leader/follower terminology with primary/replicaFlavio Curella
2014-05-20replaced occurrences of master/slave terminology with leader/followerFlavio Curella
2014-04-28Fixed #22254 -- Noted the requirement of calling django.setup() when runningTim Graham
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-02-28Fixed spelling mistakes in docs.Tim Graham