1
0
Fork 0
treelib/scripts/testing.sh
Daniel Baumann d5b8e0af0d
Adding upstream version 1.6.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 14:32:06 +01:00

6 lines
140 B
Bash
Executable file

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