fdroid-repomaker/run-tests.sh

7 lines
135 B
Bash
Executable File

#!/usr/bin/env bash
./tests/test-pep8.sh &&
./tests/test-pylint.sh &&
./tests/test-units.sh &&
echo "All tests ran successfully! \o/"