index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_runner
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.2.x] Fixed #29052 -- Made test database creation preserve alias order and ...
Harm Geerts
2021-02-16
1
-1
/
+30
*
Fixed isolation of test_runner.EmptyDefaultDatabaseTest.
Mariusz Felisiak
2020-12-10
1
-5
/
+6
*
Fixed #32227 -- Prevented crash when setUpTestData() errors with --debug-sql.
Adam Johnson
2020-11-28
1
-0
/
+27
*
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2020-08-13
2
-2
/
+27
*
Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.
ovkulkarni
2020-07-10
1
-1
/
+28
*
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
Matthijs Kooijman
2020-01-20
1
-13
/
+20
*
Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.
Baptiste Mispelon
2019-12-09
1
-1
/
+29
*
Refs #30676 -- Added test for invalid --pdb and --parallel usage in DiscoverR...
Mariusz Felisiak
2019-12-09
1
-0
/
+8
*
Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.
Mariusz Felisiak
2019-10-23
1
-6
/
+1
*
Refs #29926 -- Skipped RemoteTestResultTest.test_add_failing_subtests() on Py...
Mariusz Felisiak
2019-10-22
1
-1
/
+6
*
Corrected several typos in string literals and test names.
Min ho Kim
2019-08-07
1
-1
/
+1
*
Fixed #30245 -- Added -k option to DiscoverRunner.
François Freitag
2019-04-30
1
-2
/
+38
*
Simplified temporary directory handling in AdminScriptTestCase.
Jon Dufresne
2019-02-05
1
-9
/
+3
*
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
Simon Charette
2019-01-10
1
-0
/
+45
*
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2019-01-10
1
-1
/
+1
*
Refs #26840 -- Corrected SQLite connection mocking in a setup_databases() test.
Simon Charette
2018-12-24
1
-10
/
+22
*
Renamed Sqlite and Sqlite3 references to SQLite.
Nick Pope
2018-12-22
1
-2
/
+1
*
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
Simon Charette
2018-12-15
1
-4
/
+3
*
Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCa...
Tim Graham
2018-12-05
1
-29
/
+0
*
Refs #25251 -- Filtered out skipped tests when processing the test suite to s...
romgar
2018-11-29
1
-8
/
+9
*
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-27
1
-2
/
+2
*
Fixed #25251 -- Made data migrations available in TransactionTestCase when us...
romgar
2018-11-06
1
-0
/
+28
*
Fixed #29866 -- Made DiscoverRunner do tests tear down if running checks or t...
Jayden Kneller
2018-10-30
1
-0
/
+57
*
Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an ...
Matthijs Kooijman
2018-08-23
1
-0
/
+9
*
Added manage.py test --testrunner tests.
Matthijs Kooijman
2018-08-23
1
-2
/
+33
*
Fixed #29559 -- Fixed TransactionTestCase.reset_sequences for auto-created m2...
Oliver Sauder
2018-07-11
2
-0
/
+4
*
Refs #9804 -- Fixed test for sequence reset of M2M with inherited through model.
Tim Graham
2018-07-11
2
-9
/
+28
*
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-07-02
1
-3
/
+3
*
Fixed #29106 -- Made DiscoverRunner display selected test tags.
Sanyam Khurana
2018-02-13
1
-0
/
+13
*
Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.
Will Ayd
2018-01-08
1
-0
/
+12
*
Reorganized test_runner test apps.
Tim Graham
2018-01-04
1
-21
/
+21
*
Refs #28814 -- Fixed test_runner failure on Python 3.7.
Tim Graham
2017-11-17
1
-2
/
+4
*
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-09-25
1
-13
/
+7
*
Fixed #28360 -- Fixed test runner crash with --debug-sql on fail/error in sub...
Sergey Fedoseev
2017-07-05
1
-0
/
+34
*
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
Tim Graham
2017-05-04
1
-2
/
+2
*
Added multi_db=True to test cases that access the 'other' db connection.
Tim Graham
2017-02-10
1
-0
/
+1
*
Fixed spelling of "nonexistent".
Tim Graham
2017-02-03
1
-1
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
2
-4
/
+2
*
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
1
-1
/
+2
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-2
/
+2
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
2
-8
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Refs #25415 -- Fixed/silenced check errors in Django's test suite.
Adam Chainz
2016-12-28
1
-2
/
+0
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+1
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
2
-4
/
+4
*
Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the p...
Adam Wróbel
2016-10-06
1
-0
/
+22
*
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-09-08
1
-3
/
+3
*
Fixed #26942 -- Added support for subtests during parallel testing.
Chris Jerdonek
2016-08-26
1
-0
/
+67
*
Fixed #26840 -- Added test.utils.setup/teardown_databases().
Andreas Pelme
2016-08-17
1
-6
/
+7
[next]