Now using pytest to run tests

This commit is contained in:
Juan Pablo Amoroso
2019-05-31 17:22:54 -03:00
parent b783c63f59
commit e0194cb4db
+1 -1
View File
@@ -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