stable/scripts/pytest.sh
2019-10-10 19:28:11 +02:00

6 lines
110 B
Bash
Executable File

#!/bin/bash
echo "Running Unit tests"
pytest --random-order --cov=freqtrade --cov-config=.coveragerc tests/