WIP for quieter tests with coverage.

This commit is contained in:
Ned Batchelder
2012-11-07 10:45:45 -05:00
committed by Calen Pennington
parent 7eb196df38
commit 90e3386751
7 changed files with 58 additions and 13 deletions

View File

@@ -14,6 +14,7 @@ from path import path
# Nose Test Runner
INSTALLED_APPS += ('django_nose',)
NOSE_ARGS = ['--with-xunit']
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
TEST_ROOT = path('test_root')