mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 22:10:35 +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/
|