parent
04f86364c9
commit
7a65f63c5d
2 changed files with 3 additions and 1 deletions
@ -1,5 +1,6 @@ |
|||||||
#!/usr/bin/bash |
#!/usr/bin/bash |
||||||
|
|
||||||
coverage run -m unittest discover |
export PYTHONPATH=${PYTHONPATH}:'../tools' |
||||||
|
coverage run --source paddlers,$(ls -d ../tools/* | tr '\n' ',') --omit=../paddlers/models/* -m unittest discover -v |
||||||
coverage report |
coverage report |
||||||
coverage html -d coverage_html |
coverage html -d coverage_html |
@ -1,3 +1,4 @@ |
|||||||
#!/usr/bin/bash |
#!/usr/bin/bash |
||||||
|
|
||||||
|
export PYTHONPATH=${PYTHONPATH}:'../tools' |
||||||
python -m unittest discover -v |
python -m unittest discover -v |
Loading…
Reference in new issue