summaryrefslogtreecommitdiff
path: root/.unittests
blob: 47582963a290c927f22aac18165e7bac09e4d9fc (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

python setup.py testr --coverage
RET=$?
coverage report
rm -f .coverage
exit $RET