Allow rake test to run individual tests again

This commit is contained in:
Will Daly
2013-10-03 16:05:54 -04:00
parent e2b54b7ac5
commit b0878d3d43
3 changed files with 13 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ _report_dir = REPO_ROOT / 'reports' / _system
_report_dir.makedirs_p()
NOSE_ARGS = [
'--tests', PROJECT_ROOT / 'djangoapps', COMMON_ROOT / 'djangoapps',
'--id-file', REPO_ROOT / '.testids' / _system / 'noseids',
'--xunit-file', _report_dir / 'nosetests.xml',
]