Commit 76f62a02 by Will Daly

Fix test settings so all non-acceptance tests run

parent cf19d9ad
...@@ -14,7 +14,7 @@ TEST_APPS = ( ...@@ -14,7 +14,7 @@ TEST_APPS = (
# Configure nose # Configure nose
NOSE_ARGS = [ NOSE_ARGS = [
"-a '!acceptance'", "-a !acceptance",
'--with-coverage', '--with-coverage',
'--cover-package=' + ",".join(TEST_APPS), '--cover-package=' + ",".join(TEST_APPS),
'--cover-branches', '--cover-branches',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment