Andreas Pelme
|
e76981b433
Fixed #26840 -- Added test.utils.setup/teardown_databases().
|
před 8 roky |
Tim Graham
|
c9ae09addf
Replaced use of TestCase.fail() with assertRaises().
|
před 8 roky |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
před 9 roky |
Hasan
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
před 9 roky |
Tim Graham
|
5b94b17fef
Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by default.
|
před 9 roky |
Tim Graham
|
8d1a001ef6
Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin.
|
před 9 roky |
Tim Graham
|
48e7787db5
Removed RemovedInDjango110Warning.
|
před 9 roky |
Aymeric Augustin
|
0586c061f0
Cloned databases for running tests in parallel.
|
před 10 roky |
Aymeric Augustin
|
c4bdf52005
Moved an import to the toplevel.
|
před 9 roky |
Tim Graham
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
před 9 roky |
Claude Paroz
|
67c063e6d5
Mocked db.connections in test_runner tests
|
před 10 roky |
Andrei Kulakov
|
e2bfcab065
Fixed #24394 -- Allowed running tests with empty default dictionary.
|
před 10 roky |
Tim Graham
|
307c0f299a
Refs #24324 -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters.
|
před 10 roky |
Aymeric Augustin
|
1b8af4cfa0
Disallowed importing concrete models without an application.
|
před 10 roky |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
před 10 roky |
Tim Graham
|
82e4f956e3
Fixed #23289 -- Added mock as a test dependency.
|
před 10 roky |
wrwrwr
|
31f85bae1e
Changed test_runner imports to name objects imported from test.runner.
|
před 10 roky |
Berker Peksag
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
před 10 roky |
Claude Paroz
|
45db842c9b
Fixed #23652 -- Restored database name after destroying test database
|
před 10 roky |
Claude Paroz
|
bbc3505ef8
Removed unneeded override_system_checks
|
před 10 roky |
Tim Graham
|
a4f23eba2e
Fixed #23421 -- Corrected TEST SERIALIZE setting.
|
před 10 roky |
Claude Paroz
|
4b4524291a
Converted test management command to argparse
|
před 10 roky |
Andrew Godwin
|
7018bcfb71
Fix broken alias testing test
|
před 10 roky |
Greg Chapple
|
72f055e535
Fixed #20550 -- Added keepdb argument to destroy_test_db
|
před 10 roky |
Greg Chapple
|
b7aa7c4ab4
Fixed #20550 -- Added ability to preserve test db between runs
|
před 11 roky |
Tim Graham
|
bf5430a20b
Removed django.test.simple and django.test._doctest per deprecation timeline.
|
před 11 roky |
Claude Paroz
|
c564277937
Fixed #22237 -- Removed some warnings in the test suite
|
před 11 roky |
Claude Paroz
|
0c6a339952
Avoided changing raw DeprecationWarning filter behavior
|
před 11 roky |
Rodolfo Carvalho
|
0d91225892
Fixed many typos in comments and docstrings.
|
před 11 roky |
Russell Keith-Magee
|
d818e0c9b2
Fixed #16905 -- Added extensible checks (nee validation) framework
|
před 11 roky |