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
/
tests
/
test_runner
/
tests.py
Age
Commit message (
Expand
)
Author
2023-09-25
[5.0.x] Fixed #34825 -- Avoided setting unused connections when initializing ...
David Sanders
2023-08-31
Fixed #34210 -- Added unittest's durations option to the test runner.
David Smith
2023-08-23
Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-17
Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/...
Mariusz Felisiak
2023-01-17
Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.
Mariusz Felisiak
2022-10-31
Avoided assignment followed by immediate return.
Nick Pope
2022-09-28
Refs #34010 -- Made --debug-mode work for parallel tests using spawn.
Adam Johnson
2022-05-19
Fixed #33719 -- Fixed test command crash when running in parallel.
Mariusz Felisiak
2022-03-17
Refs #31169 -- Prevented infinite loop in parallel tests with custom test run...
David Smith
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-08-19
Refs #31621 -- Fixed handling --parallel option in test management command an...
Mariusz Felisiak
2021-08-19
Refs #31621 -- Added more tests for test --parallel option.
Mariusz Felisiak
2021-07-16
Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suit...
Jacob Walls
2021-07-12
Fixed #32914 -- Prevented test --shuffle from skipping test methods.
Chris Jerdonek
2021-07-08
Fixed #24522 -- Added a --shuffle option to DiscoverRunner.
Chris Jerdonek
2021-06-29
Refs #32655 -- Improved error if iter_test_cases() is passed a string.
Chris Jerdonek
2021-03-11
Fixed #32529 -- Delayed creating a test suite in build_suite().
Chris Jerdonek
2021-03-11
Refs #32489 -- Doc'd and tested iter_test_cases() support for an iterable of ...
Chris Jerdonek
2021-03-09
Fixed #32516 -- Fixed reorder_suite() with duplicates and reverse=True.
Chris Jerdonek
2021-03-05
Fixed #32489 -- Added iter_test_cases() to iterate over a TestSuite.
Chris Jerdonek
2021-02-24
Fixed #32446 -- Deprecated SERIALIZE test database setting.
Simon Charette
2021-02-16
Fixed #29052 -- Made test database creation preserve alias order and prefer t...
Harm Geerts
2020-12-10
Fixed isolation of test_runner.EmptyDefaultDatabaseTest.
Mariusz Felisiak
2020-08-13
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2019-08-07
Corrected several typos in string literals and test names.
Min ho Kim
2019-02-05
Simplified temporary directory handling in AdminScriptTestCase.
Jon Dufresne
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-12-24
Refs #26840 -- Corrected SQLite connection mocking in a setup_databases() test.
Simon Charette
2018-12-22
Renamed Sqlite and Sqlite3 references to SQLite.
Nick Pope
2018-12-15
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
Simon Charette
2018-10-30
Fixed #29866 -- Made DiscoverRunner do tests tear down if running checks or t...
Jayden Kneller
2018-08-23
Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an ...
Matthijs Kooijman
2018-08-23
Added manage.py test --testrunner tests.
Matthijs Kooijman
2018-07-11
Fixed #29559 -- Fixed TransactionTestCase.reset_sequences for auto-created m2...
Oliver Sauder
2018-07-11
Refs #9804 -- Fixed test for sequence reset of M2M with inherited through model.
Tim Graham
2017-02-10
Added multi_db=True to test cases that access the 'other' db connection.
Tim Graham
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-28
Refs #25415 -- Fixed/silenced check errors in Django's test suite.
Adam Chainz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-08
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-08-17
Fixed #26840 -- Added test.utils.setup/teardown_databases().
Andreas Pelme
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
[next]