OpenDroneMap-ODM/test.sh

6 wiersze
126 B
Bash
Czysty Zwykły widok Historia

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