mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
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/
|