diff options
| author | markotibold | 2011-03-19 03:04:22 +0100 |
|---|---|---|
| committer | markotibold | 2011-03-19 03:04:22 +0100 |
| commit | 921519732728633517769eaa4a999f08100ce77d (patch) | |
| tree | 79af036cea766e131ba37415d0f250077e9af945 /examples/settings.py | |
| parent | fabf7c255d33f3b187a7e40f3c94ac9cb8c3e5e2 (diff) | |
| download | django-rest-framework-921519732728633517769eaa4a999f08100ce77d.tar.bz2 | |
Adding examples to tox. Appears quite useful cause some example tests are broken.
Diffstat (limited to 'examples/settings.py')
| -rw-r--r-- | examples/settings.py | 5 |
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 |
