summaryrefslogtreecommitdiff
path: root/tests/test_runner/tests.py
AgeCommit message (Expand)Author
2022-05-19[4.1.x] Fixed #33719 -- Fixed test command crash when running in parallel.Mariusz Felisiak
2022-03-17Refs #31169 -- Prevented infinite loop in parallel tests with custom test run...David Smith
2022-03-15Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-08-19Refs #31621 -- Fixed handling --parallel option in test management command an...Mariusz Felisiak
2021-08-19Refs #31621 -- Added more tests for test --parallel option.Mariusz Felisiak
2021-07-16Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suit...Jacob Walls
2021-07-12Fixed #32914 -- Prevented test --shuffle from skipping test methods.Chris Jerdonek
2021-07-08Fixed #24522 -- Added a --shuffle option to DiscoverRunner.Chris Jerdonek
2021-06-29Refs #32655 -- Improved error if iter_test_cases() is passed a string.Chris Jerdonek
2021-03-11Fixed #32529 -- Delayed creating a test suite in build_suite().Chris Jerdonek
2021-03-11Refs #32489 -- Doc'd and tested iter_test_cases() support for an iterable of ...Chris Jerdonek
2021-03-09Fixed #32516 -- Fixed reorder_suite() with duplicates and reverse=True.Chris Jerdonek
2021-03-05Fixed #32489 -- Added iter_test_cases() to iterate over a TestSuite.Chris Jerdonek
2021-02-24Fixed #32446 -- Deprecated SERIALIZE test database setting.Simon Charette
2021-02-16Fixed #29052 -- Made test database creation preserve alias order and prefer t...Harm Geerts
2020-12-10Fixed isolation of test_runner.EmptyDefaultDatabaseTest.Mariusz Felisiak
2020-08-13Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein
2019-08-07Corrected several typos in string literals and test names.Min ho Kim
2019-02-05Simplified temporary directory handling in AdminScriptTestCase.Jon Dufresne
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2018-12-24Refs #26840 -- Corrected SQLite connection mocking in a setup_databases() test.Simon Charette
2018-12-22Renamed Sqlite and Sqlite3 references to SQLite.Nick Pope
2018-12-15Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...Simon Charette
2018-10-30Fixed #29866 -- Made DiscoverRunner do tests tear down if running checks or t...Jayden Kneller
2018-08-23Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an ...Matthijs Kooijman
2018-08-23Added manage.py test --testrunner tests.Matthijs Kooijman
2018-07-11Fixed #29559 -- Fixed TransactionTestCase.reset_sequences for auto-created m2...Oliver Sauder
2018-07-11Refs #9804 -- Fixed test for sequence reset of M2M with inherited through model.Tim Graham
2017-02-10Added multi_db=True to test cases that access the 'other' db connection.Tim Graham
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-28Refs #25415 -- Fixed/silenced check errors in Django's test suite.Adam Chainz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-08Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek
2016-08-17Fixed #26840 -- Added test.utils.setup/teardown_databases().Andreas Pelme
2016-06-28Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2016-01-14Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...Tim Graham
2015-09-29Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and St...Tim Graham
2015-09-23Removed RemovedInDjango110Warning.Tim Graham
2015-09-09Cloned databases for running tests in parallel.Aymeric Augustin
2015-09-05Moved an import to the toplevel.Aymeric Augustin
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-09Mocked db.connections in test_runner testsClaude Paroz
2015-03-25Fixed #24394 -- Allowed running tests with empty default dictionary.Andrei Kulakov