index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2018-02-13
Fixed #29106 -- Made DiscoverRunner display selected test tags.
Sanyam Khurana
2018-01-08
Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.
Will Ayd
2018-01-04
Reorganized test_runner test apps.
Tim Graham
2017-11-17
Refs #28814 -- Fixed test_runner failure on Python 3.7.
Tim Graham
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-07-05
Fixed #28360 -- Fixed test runner crash with --debug-sql on fail/error in sub...
Sergey Fedoseev
2017-05-04
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
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-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
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 most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
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-10-06
Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the p...
Adam Wróbel
2016-09-08
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-08-26
Fixed #26942 -- Added support for subtests during parallel testing.
Chris Jerdonek
2016-08-17
Fixed #26840 -- Added test.utils.setup/teardown_databases().
Andreas Pelme
2016-08-12
Fixed #27008 -- Added --debug-mode option to DiscoverRunner.
Chris Jerdonek
2016-08-09
Fixed #27035 -- Eased changing settings.DEBUG for DiscoverRunner.
Chris Jerdonek
2016-08-04
Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().
Chris Jerdonek
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-17
Fixed #25735 -- Added support for test tags to DiscoverRunner.
Jakub Paczkowski
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-14
Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...
Tim Graham
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-09-29
Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and St...
Tim Graham
2015-09-23
Removed RemovedInDjango110Warning.
Tim Graham
2015-09-17
Refs #14091 -- Fixed connection.queries on SQLite.
Aymeric Augustin
2015-09-14
Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').
Adam Chainz
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-09
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-09-05
Moved an import to the toplevel.
Aymeric Augustin
2015-07-27
Fixed #25110 -- Fixed a test_runner test isolation regression.
Joseph Gordon
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-09
Mocked db.connections in test_runner tests
Claude Paroz
2015-03-25
Fixed #24394 -- Allowed running tests with empty default dictionary.
Andrei Kulakov
2015-02-17
Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...
Tim Graham
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham
2015-02-10
Disallowed importing concrete models without an application.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-23
Fixed test_runner test failure on Python 3.5; refs #23763.
Tim Graham
2015-01-12
Fixed #24118 -- Added --debug-sql option for tests.
Marc Tamlyn
2014-12-01
Fixed #23289 -- Added mock as a test dependency.
Tim Graham
2014-11-24
Fixed #23742 -- Added an option to reverse tests order.
wrwrwr
[next]