mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 22:27:50 +08:00
found extraneous flag
This commit is contained in:
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="2" errors="0" failures="0" skip="0"><testcase classname="qsim.test.test_messaging.MessagingTestCase" name="test_client" time="0.233" /><testcase classname="qsim.test.test_messaging.MessagingTestCase" name="test_moving_average_to_client" time="46.324" /></testsuite>
|
||||
+1
-1
@@ -82,7 +82,7 @@ def coverage():
|
||||
Run the devsever under the coverage reporter, generate the
|
||||
coverage report.
|
||||
"""
|
||||
call('nosetests --with-coverage --cover-package qsim', shell=True)
|
||||
call('nosetests qsim', shell=True)
|
||||
call('coverage html', shell=True)
|
||||
call('chromium %s/cover/index.html' % (os.path.abspath(".")), shell=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user