summaryrefslogtreecommitdiff
path: root/tests/test_runner
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Fixed #29052 -- Made test database creation preserve alias order and ...Harm Geerts2021-02-161-1/+30
* Fixed isolation of test_runner.EmptyDefaultDatabaseTest.Mariusz Felisiak2020-12-101-5/+6
* Fixed #32227 -- Prevented crash when setUpTestData() errors with --debug-sql.Adam Johnson2020-11-281-0/+27
* Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein2020-08-132-2/+27
* Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.ovkulkarni2020-07-101-1/+28
* Refs #31117 -- Made various tests properly handle unexpected databases aliases.Matthijs Kooijman2020-01-201-13/+20
* Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.Baptiste Mispelon2019-12-091-1/+29
* Refs #30676 -- Added test for invalid --pdb and --parallel usage in DiscoverR...Mariusz Felisiak2019-12-091-0/+8
* Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.Mariusz Felisiak2019-10-231-6/+1
* Refs #29926 -- Skipped RemoteTestResultTest.test_add_failing_subtests() on Py...Mariusz Felisiak2019-10-221-1/+6
* Corrected several typos in string literals and test names.Min ho Kim2019-08-071-1/+1
* Fixed #30245 -- Added -k option to DiscoverRunner.François Freitag2019-04-301-2/+38
* Simplified temporary directory handling in AdminScriptTestCase.Jon Dufresne2019-02-051-9/+3
* Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.Simon Charette2019-01-101-0/+45
* 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
* Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCa...Tim Graham2018-12-051-29/+0
* Refs #25251 -- Filtered out skipped tests when processing the test suite to s...romgar2018-11-291-8/+9
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-2/+2
* Fixed #25251 -- Made data migrations available in TransactionTestCase when us...romgar2018-11-061-0/+28
* 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-112-0/+4
* Refs #9804 -- Fixed test for sequence reset of M2M with inherited through model.Tim Graham2018-07-112-9/+28
* Removed parser.add_arguments() arguments that match the defaults.Claude Paroz2018-07-021-3/+3
* Fixed #29106 -- Made DiscoverRunner display selected test tags.Sanyam Khurana2018-02-131-0/+13
* Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.Will Ayd2018-01-081-0/+12
* Reorganized test_runner test apps.Tim Graham2018-01-041-21/+21
* Refs #28814 -- Fixed test_runner failure on Python 3.7.Tim Graham2017-11-171-2/+4
* Fixed #27857 -- Dropped support for Python 3.4.Tim Graham2017-09-251-13/+7
* Fixed #28360 -- Fixed test runner crash with --debug-sql on fail/error in sub...Sergey Fedoseev2017-07-051-0/+34
* Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham2017-05-041-2/+2
* 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 -- Replaced super(ClassName, self) with super().chillaranand2017-01-252-4/+2
* 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 most of remaining six usageClaude Paroz2017-01-181-2/+2
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-182-8/+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-102-4/+4
* Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the p...Adam Wróbel2016-10-061-0/+22
* Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek2016-09-081-3/+3
* Fixed #26942 -- Added support for subtests during parallel testing.Chris Jerdonek2016-08-261-0/+67
* Fixed #26840 -- Added test.utils.setup/teardown_databases().Andreas Pelme2016-08-171-6/+7