Merge "Allow running testr in parallel"
This commit is contained in:
commit
79e162fcde
@ -83,7 +83,7 @@ class PythonTestingComponent(base.Component):
|
|||||||
# NOTE(harlowja): it appears that testr doesn't seem to support all
|
# NOTE(harlowja): it appears that testr doesn't seem to support all
|
||||||
# the 'advanced' features (exclusion, coverage?, verbosity, xunit) as
|
# the 'advanced' features (exclusion, coverage?, verbosity, xunit) as
|
||||||
# nose. Need to verify this...
|
# nose. Need to verify this...
|
||||||
return ['testr', 'run']
|
return ['testr', 'run', '--parallel']
|
||||||
|
|
||||||
def get_nose_cmd():
|
def get_nose_cmd():
|
||||||
# See: $ man nosetests
|
# See: $ man nosetests
|
||||||
|
Loading…
Reference in New Issue
Block a user