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
/
django
/
test
/
runner.py
Age
Commit message (
Expand
)
Author
2021-03-17
[3.2.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.
Adam Johnson
2020-11-28
Fixed #32227 -- Prevented crash when setUpTestData() errors with --debug-sql.
Adam Johnson
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-02-07
Refs #31055 -- Made DiscoverRunner skip running system checks on unused test ...
Simon Charette
2019-12-09
Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.
Baptiste Mispelon
2019-08-07
Fixed #30676 -- Added --pdb option to test runner.
Andrew Godwin
2019-04-30
Fixed #30245 -- Added -k option to DiscoverRunner.
François Freitag
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2019-01-14
Removed unnecessary string formatting of strings.
Jon Dufresne
2019-01-10
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
Simon Charette
2018-12-05
Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCa...
Tim Graham
2018-11-29
Refs #25251 -- Filtered out skipped tests when processing the test suite to s...
romgar
2018-11-06
Fixed #25251 -- Made data migrations available in TransactionTestCase when us...
romgar
2018-10-30
Fixed #29866 -- Made DiscoverRunner do tests tear down if running checks or t...
Jayden Kneller
2018-10-09
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-02-13
Fixed #29106 -- Made DiscoverRunner display selected test tags.
Sanyam Khurana
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2017-10-13
Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturne...
Rachel Tobin
2017-09-22
Refs #26840 -- Removed django.test.runner.setup_databases() per deprecation t...
Tim Graham
2017-09-11
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
Jon Dufresne
2017-07-05
Fixed #28360 -- Fixed test runner crash with --debug-sql on fail/error in sub...
Sergey Fedoseev
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-03-04
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-23
Replaced dict() usage with dict literals.
Jon Dufresne
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-12-29
Fixed #25415 -- Made DiscoverRunner run system checks.
Adam Chainz
2016-10-06
Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the p...
Adam Wróbel
2016-08-26
Fixed #26942 -- Added support for subtests during parallel testing.
Chris Jerdonek
2016-08-17
Fixed #26840 -- Added test.utils.setup/teardown_databases().
Andreas Pelme
2016-08-12
Fixed #27008 -- Added --debug-mode option to DiscoverRunner.
Chris Jerdonek
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-08
Fixed #27028 -- Clarified failed parallel tests message.
Adam Zapletal
2016-08-04
Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().
Chris Jerdonek
2016-08-02
Fixed #26980 -- Added ParallelTestSuite.runner_class to aid subclassing.
Chris Jerdonek
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-02-17
Fixed #25735 -- Added support for test tags to DiscoverRunner.
Jakub Paczkowski
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-27
Fixed #25826 -- Improved help text for the --parallel option
Baptiste Mispelon
2015-11-14
Fixed #25647 -- Reverted "Simplified deduplication of test databases."
Tim Graham
2015-09-14
Prevented --parallel from crashing on Windows.
Aymeric Augustin
2015-09-10
And fixed merge accident :-(
Aymeric Augustin
2015-09-10
Adjusted previous commit.
Aymeric Augustin
2015-09-10
Refs #20461 -- Made tblib optional for a passing test run.
Aymeric Augustin
[next]