From e0194cb4db36edee2b6683904a6e4fa36f004f20 Mon Sep 17 00:00:00 2001 From: Juan Pablo Amoroso Date: Fri, 31 May 2019 17:22:54 -0300 Subject: [PATCH] Now using pytest to run tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 36386f2..8af5c6a 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ test: pipenv run python -m unittest discover -s backtester/test test_scraper: - pipenv run python -m unittest discover -s data_scraper + pipenv run python -m pytest -v data_scraper scrape: ifdef scraper