From b1e6589ee636ad305887afcb26d2ffb33d109001 Mon Sep 17 00:00:00 2001 From: Juan Pablo Amoroso Date: Thu, 30 May 2019 14:02:31 -0300 Subject: [PATCH] Increased verbosity of pytest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8490c6..dc1365b 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ testdata: pipenv run python backtester/test/create_test_data.py test_backtester: - pipenv run python -m pytest backtester/test + pipenv run python -m pytest -v backtester test_scraper: pipenv run python -m unittest discover -s data_scraper