diff --git a/anvil/components/base_testing.py b/anvil/components/base_testing.py index 153c7900..98dd8ea5 100644 --- a/anvil/components/base_testing.py +++ b/anvil/components/base_testing.py @@ -83,7 +83,7 @@ class PythonTestingComponent(base.Component): # NOTE(harlowja): it appears that testr doesn't seem to support all # the 'advanced' features (exclusion, coverage?, verbosity, xunit) as # nose. Need to verify this... - return ['testr', 'run'] + return ['testr', 'run', '--parallel'] def get_nose_cmd(): # See: $ man nosetests