summaryrefslogtreecommitdiffstats
path: root/tests/run_all_tests.sh
blob: b17a34a766ea3eb7193f77f94c4b31d6306b5467 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#/bin/sh

set -e

nosetests3 --version > /dev/null
nosetests3 -v --logging-level INFO --with-coverage --cover-erase

python-coverage --version > /dev/null
python-coverage html 2> /dev/null

coverage3 --version > /dev/null
coverage3 html 2> /dev/null