index
:
chango.git
devmain
fix-31295
initial-branch
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
2015-12-03
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
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
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-23
Fixed #23707 -- Prevented discovery of duplicated tests
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-05-16
cater for running tests from another directory than tests - applying existing...
Nikolaus Schlemm
2014-04-20
Removed old test runner test cases.
Preston Timmons
2014-04-16
Fixed flake8 warnings introduced in recent commits.
Simon Charette
2014-04-12
Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase ones
Claude Paroz
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
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-01
Removed unused function in test_runner tests
Preston Timmons
2014-01-01
Fixed #21206 -- Fixed test discovery without labels
Preston Timmons
2013-12-31
Made DeprecationDisplayTest more robust
Claude Paroz
2013-12-26
Fixed #21206 -- No longer run discovery if the test label doesn't point to a ...
Preston Timmons
2013-12-22
Made AppConfig importable from django.apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Added the ability to supply custom app configs.
Aymeric Augustin
2013-12-22
Implemented two-stage app-cache population.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Refactored old test runner to handle apps without a models module.
Aymeric Augustin
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fix all violators of E231
Alex Gaynor
[next]