diff options
| author | markotibold | 2011-03-17 01:02:34 +0100 |
|---|---|---|
| committer | markotibold | 2011-03-17 01:02:34 +0100 |
| commit | 5f2c53bf069b308010d0698ff15e38ce3b1592b9 (patch) | |
| tree | 09dd1740d1d882385dcb90bfd98343aec98ce7c9 /djangorestframework/runtests/settings.py | |
| parent | e3011c1fb8455fac58ca41acd38c32c0e791e85b (diff) | |
| download | django-rest-framework-5f2c53bf069b308010d0698ff15e38ce3b1592b9.tar.bz2 | |
Test result graphing now possible for all 6 environments. Had to fix unittest-xml-reporting to work for both 1.2 and 1.3 to achieve this. The fix is reported to the owner of the project.
Diffstat (limited to 'djangorestframework/runtests/settings.py')
| -rw-r--r-- | djangorestframework/runtests/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/runtests/settings.py b/djangorestframework/runtests/settings.py index 7acfa5f0..675c72bc 100644 --- a/djangorestframework/runtests/settings.py +++ b/djangorestframework/runtests/settings.py @@ -96,7 +96,7 @@ INSTALLED_APPS = ( 'djangorestframework', ) -TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.run_tests' +TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner' TEST_OUTPUT_VERBOSE = True TEST_OUTPUT_DESCRIPTIONS = True TEST_OUTPUT_DIR = 'xmlrunner' |
