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