diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/testing.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/testing.sh b/scripts/testing.sh new file mode 100755 index 0000000..28f70e2 --- /dev/null +++ b/scripts/testing.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +nosetests --with-coverage --cover-package=treelib \ + --cover-erase --cover-tests \ + -d --all-modules \ + tests |