OpenDroneMap-ODM/test.sh

6 wiersze
128 B
Bash
Executable File

if [ ! -z "$1" ]; then
python3 -m unittest discover tests "test_$1.py"
else
python3 -m unittest discover tests "test_*.py"
fi