From 0680fe2a1a130dc5463e5783af06bee5fa3c3647 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 10 Oct 2019 19:28:11 +0200 Subject: [PATCH] fix path to tests --- scripts/pytest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pytest.sh b/scripts/pytest.sh index e05ff1ad0..d2ad223e7 100755 --- a/scripts/pytest.sh +++ b/scripts/pytest.sh @@ -2,4 +2,4 @@ echo "Running Unit tests" -pytest --random-order --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/ +pytest --random-order --cov=freqtrade --cov-config=.coveragerc tests/