Jannis Leidel
|
cfc19f84de
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support.
|
14 ani în urmă |
Russell Keith-Magee
|
121d2e3678
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
14 ani în urmă |
Russell Keith-Magee
|
1070c57b83
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.
|
14 ani în urmă |
Russell Keith-Magee
|
18c3ea5546
Fixed #14427 -- Added --bisect and --pair flags to runtests.py, making it easier to find pairs of tests that fail when run together.
|
14 ani în urmă |
Russell Keith-Magee
|
d33736b3ee
Fixed #12574 -- Removed an unnecessary exception catch from the system runtest script, which could hide failing tests. Thanks to CarlFK for the report, and Ramiro Morales for the polish.
|
14 ani în urmă |
Russell Keith-Magee
|
7e52bb2bc3
Fixed #13796 -- Ensure that builtin tags and filters are included in admin documentation views.
|
14 ani în urmă |
Russell Keith-Magee
|
72dc12ed06
Rationalized the verbosity levels (including introducing a new super-verbose level) for syncdb, test and loaddata.
|
14 ani în urmă |
Russell Keith-Magee
|
5211f48ae3
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch.
|
15 ani în urmă |
Karen Tracey
|
d8910e95e0
Fixed #13345: Don't attempt to load the locale regressiontests subdirectory as a Django app. Thanks ramiro.
|
15 ani în urmă |
Russell Keith-Magee
|
53b61d9c02
Fixed #12624 -- Modified test runners to be class based.
|
15 ani în urmă |
Gary Wilson Jr
|
5dd6bbd2cf
Fixed #11615 -- Changed test runners to use an exit status code of 1 for any number of failed tests. The previous behavior of using an exit status code equal to the number of failed tests produced incorrect exit status codes when the number of test failures was 256 or greater. Thanks to lamby for the report and patch.
|
15 ani în urmă |
Russell Keith-Magee
|
ff60c5f9de
Fixed #1142 -- Added multiple database support.
|
15 ani în urmă |
Karen Tracey
|
92eec3ef9a
Fixed #11613: Added a failfast option for test running. Thanks jukvalim and Randy Barlow.
|
15 ani în urmă |
Luke Plant
|
25020ddb05
Fixed #4604 - Configurable message passing system, supporting anonymous users
|
15 ani în urmă |
Jacob Kaplan-Moss
|
f0560dfdb2
Fixed #9282: added a generic comment moderation toolkit. See the documentation for details.
|
16 ani în urmă |
Malcolm Tredinnick
|
beb20057a3
Fixed #10165 -- Use settings.TEST_RUNNER in runtests.py
|
16 ani în urmă |
Russell Keith-Magee
|
8d98e70e42
Promoted --verbosity to be a top level option for all management commands. Also added -v as a consistent short form of --verbosity. This is mostly to save Malcolm's poor arthritic fingers.
|
16 ani în urmă |
Malcolm Tredinnick
|
c0b53b3dcc
Removed the need for ROOT_URLCONF in settings when running Django's core tests
|
16 ani în urmă |
Russell Keith-Magee
|
d234e92740
Fixed #6168 -- Updated the Django system test runner to make it possible to run the invalid_models test (and any other invalid_ test) explicitly, rather than just as part of the full suite. Thanks for tracking down the problem, Eric Florenzano.
|
17 ani în urmă |
Malcolm Tredinnick
|
931764ddb5
Fixed #6200 -- Made the core tests independent of the value of LOGIN_URL, since they are sensitive to its setting. Thanks, Jason Yan.
|
17 ani în urmă |
Malcolm Tredinnick
|
b3db18817a
Fixed #5979 -- Always use SITE_ID=1 when running Django's core tests. This
|
17 ani în urmă |
Malcolm Tredinnick
|
3ec6568e64
Modified the test harness to respect the LANGUAGE_CODE setting. Also changed
|
17 ani în urmă |
Malcolm Tredinnick
|
b7df720839
Fixed #5453 -- Fixed TEST_DATABASE_NAME handling to match documentation. Thanks, Matt Croydon.
|
17 ani în urmă |
Malcolm Tredinnick
|
ea3e89cb1d
Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the bulk of things.
|
17 ani în urmă |
Malcolm Tredinnick
|
fc041a3c1c
Made output for invalid model tests more consistent (removed colored output).
|
17 ani în urmă |
Adrian Holovaty
|
01adbb55e6
Major refactoring of django.core.management -- it's now a package rather than a 1730-line single module. All django-admin/manage.py commands are now stored in separate modules. This is backwards-incompatible for people who used django.core.management functions directly
|
17 ani în urmă |
Malcolm Tredinnick
|
4bf3680dfa
If SITE_ID isn't in the test settings, fake it. We need the sites framework, but the value of SITE_ID is currently unimportant, so we can transparently fix this error.
|
17 ani în urmă |
Malcolm Tredinnick
|
ba29b7a97b
Reverted [5887], at least for now. Both flatpages and redirects depend on the
|
17 ani în urmă |
Adrian Holovaty
|
69cf1bb460
Removed django.contrib.sites from ALWAYS_INSTALLED_APPS in runtests.py. It was causing a test error for people who don't have SITE_ID set, and none of the tests required it, anyway
|
17 ani în urmă |
Russell Keith-Magee
|
650cea9170
Fixed #4460 -- Added the ability to be more specific in the test cases that are executed. This is a backwards incompatible change for any user with a custom test runner. See the wiki for details.
|
17 ani în urmă |