1
0
Fork 0
treelib/scripts/testing.sh

7 lines
140 B
Bash
Raw Normal View History

#!/usr/bin/env bash
nosetests --with-coverage --cover-package=treelib \
--cover-erase --cover-tests \
-d --all-modules \
tests