mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 14:37:54 +08:00
eliminated mv command, using flag to nosetests
This commit is contained in:
+4
-7
@@ -24,8 +24,11 @@ workon qsim
|
||||
# Show what we have installed
|
||||
pip freeze
|
||||
|
||||
#documentation output
|
||||
paver apidocs html
|
||||
|
||||
#run all the tests in test
|
||||
nosetests --with-xunit --cover-erase --cover-package=qsim
|
||||
nosetests --with-xunit --cover-erase --cover-package=qsim --cover-html-dir=./docs/_build/html/cover
|
||||
|
||||
#run pylint checks
|
||||
pylint -f parseable . | tee pylint.out
|
||||
@@ -33,10 +36,4 @@ pylint -f parseable . | tee pylint.out
|
||||
#run sloccount analysis
|
||||
sloccount --wide --details ./ > sloccount.sc
|
||||
|
||||
#documentation output
|
||||
paver apidocs html
|
||||
|
||||
#move coverage into apidocs
|
||||
mv ./cover ./docs/_build/html
|
||||
|
||||
deactivate
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="1" errors="0" failures="0" skip="0"><testcase classname="qsim.test.test_messaging.MessagingTestCase" name="test_client" time="0.262" /></testsuite>
|
||||
<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="1" errors="0" failures="0" skip="0"><testcase classname="qsim.test.test_messaging.MessagingTestCase" name="test_client" time="0.251" /></testsuite>
|
||||
Reference in New Issue
Block a user