6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Running Unit tests"
|
|
|
|
pytest --random-order --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/
|