diff options
Diffstat (limited to 'tests/settings.py')
-rw-r--r-- | tests/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/settings.py b/tests/settings.py index 0782528d..e07241fc 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -33,3 +33,5 @@ JS_ENGINE=SPIDERMONKEY_ENGINE JS_ENGINE_OPTS=[] +OUTPUT_TO_SCREEN = 0 # useful for debugging specific tests, or for subjectively seeing what parts are slow + |