Commit 17bbb3e6 by Will Daly

Merge pull request #530 from edx/will/fix-tests

Fix test settings so all non-acceptance tests run
parents cf19d9ad 76f62a02
......@@ -14,7 +14,7 @@ TEST_APPS = (
# Configure nose
NOSE_ARGS = [
"-a '!acceptance'",
"-a !acceptance",
'--with-coverage',
'--cover-package=' + ",".join(TEST_APPS),
'--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