Use xunitmp by default, rather than standard xunit
This commit is contained in:
@@ -54,7 +54,6 @@ _NOSEID_DIR.makedirs_p()
|
||||
|
||||
NOSE_ARGS = [
|
||||
'--id-file', _NOSEID_DIR / 'noseids',
|
||||
'--xunit-file', _REPORT_DIR / 'nosetests.xml',
|
||||
]
|
||||
|
||||
NOSE_PLUGINS = [
|
||||
|
||||
@@ -96,7 +96,6 @@ _NOSEID_DIR.makedirs_p()
|
||||
|
||||
NOSE_ARGS = [
|
||||
'--id-file', _NOSEID_DIR / 'noseids',
|
||||
'--xunit-file', _REPORT_DIR / 'nosetests.xml',
|
||||
]
|
||||
|
||||
NOSE_PLUGINS = [
|
||||
|
||||
@@ -121,7 +121,7 @@ class SystemTestSuite(NoseTestSuite):
|
||||
cmd = (
|
||||
'./manage.py {system} test --verbosity={verbosity} '
|
||||
'{test_id} {test_opts} --settings=test {extra} '
|
||||
'--with-xunit --xunit-file={xunit_report}'.format(
|
||||
'--with-xunitmp --xunitmp-file={xunit_report}'.format(
|
||||
system=self.root,
|
||||
verbosity=self.verbosity,
|
||||
test_id=self.test_id,
|
||||
|
||||
Reference in New Issue
Block a user