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