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
/
tests.py
Age
Commit message (
Expand
)
Author
2020-12-10
Fixed isolation of test_runner.EmptyDefaultDatabaseTest.
Mariusz Felisiak
2020-08-13
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2019-08-07
Corrected several typos in string literals and test names.
Min ho Kim
2019-02-05
Simplified temporary directory handling in AdminScriptTestCase.
Jon Dufresne
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-12-24
Refs #26840 -- Corrected SQLite connection mocking in a setup_databases() test.
Simon Charette
2018-12-22
Renamed Sqlite and Sqlite3 references to SQLite.
Nick Pope
2018-12-15
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
Simon Charette
2018-10-30
Fixed #29866 -- Made DiscoverRunner do tests tear down if running checks or t...
Jayden Kneller
2018-08-23
Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an ...
Matthijs Kooijman
2018-08-23
Added manage.py test --testrunner tests.
Matthijs Kooijman
2018-07-11
Fixed #29559 -- Fixed TransactionTestCase.reset_sequences for auto-created m2...
Oliver Sauder
2018-07-11
Refs #9804 -- Fixed test for sequence reset of M2M with inherited through model.
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-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 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-09-08
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-08-17
Fixed #26840 -- Added test.utils.setup/teardown_databases().
Andreas Pelme
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
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-09-29
Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and St...
Tim Graham
2015-09-23
Removed RemovedInDjango110Warning.
Tim Graham
2015-09-09
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-09-05
Moved an import to the toplevel.
Aymeric Augustin
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-10
Disallowed importing concrete models without an application.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-01
Fixed #23289 -- Added mock as a test dependency.
Tim Graham
2014-11-24
Changed test_runner imports to name objects imported from test.runner.
wrwrwr
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-24
Fixed #23652 -- Restored database name after destroying test database
Claude Paroz
2014-10-21
Removed unneeded override_system_checks
Claude Paroz
2014-09-24
Fixed #23421 -- Corrected TEST SERIALIZE setting.
Tim Graham
2014-06-14
Converted test management command to argparse
Claude Paroz
2014-06-08
Fix broken alias testing test
Andrew Godwin
2014-06-05
Fixed #20550 -- Added keepdb argument to destroy_test_db
Greg Chapple
2014-05-28
Fixed #20550 -- Added ability to preserve test db between runs
Greg Chapple
2014-03-21
Removed django.test.simple and django.test._doctest per deprecation timeline.
Tim Graham
2014-03-09
Fixed #22237 -- Removed some warnings in the test suite
Claude Paroz
2014-03-08
Avoided changing raw DeprecationWarning filter behavior
Claude Paroz
[next]