aboutsummaryrefslogtreecommitdiffstats
path: root/examples/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/settings.py')
-rw-r--r--examples/settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/settings.py b/examples/settings.py
index c4cdd992..d38ab425 100644
--- a/examples/settings.py
+++ b/examples/settings.py
@@ -105,3 +105,8 @@ INSTALLED_APPS = (
'pygments_api',
'blogpost',
)
+
+TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner'
+TEST_OUTPUT_VERBOSE = True
+TEST_OUTPUT_DESCRIPTIONS = True
+TEST_OUTPUT_DIR = 'xmlrunner' \ No newline at end of file