WIP for quieter tests with coverage.
This commit is contained in:
committed by
Calen Pennington
parent
7eb196df38
commit
90e3386751
9
cms/.coveragerc
Normal file
9
cms/.coveragerc
Normal file
@@ -0,0 +1,9 @@
|
||||
# .coveragerc for cms
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
||||
[html]
|
||||
directory = reports/cms/cover
|
||||
|
||||
[xml]
|
||||
output = reports/cms/coverage.xml
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user