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