Skip to content
Snippets Groups Projects
Commit 596a61d6 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

append the coverage

parent 27efe724
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ python setup.py install ...@@ -11,7 +11,7 @@ python setup.py install
pip install -r stress_tests/requirements.txt pip install -r stress_tests/requirements.txt
pip install yapf nose2 mock coverage nose2[coverage_plugin] pip install yapf nose2 mock coverage nose2[coverage_plugin]
coverage run -m compile_definitions coverage run --append -m compile_definitions
coverage run --append -m nose2 -vv coverage run --append -m nose2 -vv
COOLAMQP_FORCE_SELECT_LISTENER=1 coverage run --append -m nose2 -vv COOLAMQP_FORCE_SELECT_LISTENER=1 coverage run --append -m nose2 -vv
coverage run --append -m stress_tests coverage run --append -m stress_tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment