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