summaryrefslogtreecommitdiff
path: root/tests/test_runner/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/...Mariusz Felisiak2023-01-171-40/+0
* Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.Mariusz Felisiak2023-01-171-25/+1
* Avoided assignment followed by immediate return.Nick Pope2022-10-311-2/+1
* Refs #34010 -- Made --debug-mode work for parallel tests using spawn.Adam Johnson2022-09-281-1/+6
* Fixed #33719 -- Fixed test command crash when running in parallel.Mariusz Felisiak2022-05-191-0/+41
* Refs #31169 -- Prevented infinite loop in parallel tests with custom test run...David Smith2022-03-171-0/+45
* Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith2022-03-151-6/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-290/+444
* Refs #31621 -- Fixed handling --parallel option in test management command an...Mariusz Felisiak2021-08-191-0/+18
* Refs #31621 -- Added more tests for test --parallel option.Mariusz Felisiak2021-08-191-1/+64
* Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suit...Jacob Walls2021-07-161-0/+39
* Fixed #32914 -- Prevented test --shuffle from skipping test methods.Chris Jerdonek2021-07-121-0/+26
* Fixed #24522 -- Added a --shuffle option to DiscoverRunner.Chris Jerdonek2021-07-081-1/+66
* Refs #32655 -- Improved error if iter_test_cases() is passed a string.Chris Jerdonek2021-06-291-1/+9
* Fixed #32529 -- Delayed creating a test suite in build_suite().Chris Jerdonek2021-03-111-7/+8
* Refs #32489 -- Doc'd and tested iter_test_cases() support for an iterable of ...Chris Jerdonek2021-03-111-0/+14
* Fixed #32516 -- Fixed reorder_suite() with duplicates and reverse=True.Chris Jerdonek2021-03-091-23/+50
* Fixed #32489 -- Added iter_test_cases() to iterate over a TestSuite.Chris Jerdonek2021-03-051-0/+81
* Fixed #32446 -- Deprecated SERIALIZE test database setting.Simon Charette2021-02-241-3/+12
* Fixed #29052 -- Made test database creation preserve alias order and prefer t...Harm Geerts2021-02-161-1/+30
* Fixed isolation of test_runner.EmptyDefaultDatabaseTest.Mariusz Felisiak2020-12-101-5/+6
* Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein2020-08-131-1/+6
* Corrected several typos in string literals and test names.Min ho Kim2019-08-071-1/+1
* Simplified temporary directory handling in AdminScriptTestCase.Jon Dufresne2019-02-051-9/+3
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Refs #26840 -- Corrected SQLite connection mocking in a setup_databases() test.Simon Charette2018-12-241-10/+22
* Renamed Sqlite and Sqlite3 references to SQLite.Nick Pope2018-12-221-2/+1
* Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...Simon Charette2018-12-151-4/+3
* Fixed #29866 -- Made DiscoverRunner do tests tear down if running checks or t...Jayden Kneller2018-10-301-0/+57
* Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an ...Matthijs Kooijman2018-08-231-0/+9
* Added manage.py test --testrunner tests.Matthijs Kooijman2018-08-231-2/+33
* Fixed #29559 -- Fixed TransactionTestCase.reset_sequences for auto-created m2...Oliver Sauder2018-07-111-0/+3
* Refs #9804 -- Fixed test for sequence reset of M2M with inherited through model.Tim Graham2018-07-111-9/+14
* Added multi_db=True to test cases that access the 'other' db connection.Tim Graham2017-02-101-0/+1
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-1/+1
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #25415 -- Fixed/silenced check errors in Django's test suite.Adam Chainz2016-12-281-2/+0
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-3/+3
* Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek2016-09-081-3/+3
* Fixed #26840 -- Added test.utils.setup/teardown_databases().Andreas Pelme2016-08-171-6/+7
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-16/+5
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+1
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...Tim Graham2016-01-141-28/+0
* Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and St...Tim Graham2015-09-291-3/+3
* Removed RemovedInDjango110Warning.Tim Graham2015-09-231-2/+3