Increased verbosity of pytest

This commit is contained in:
Juan Pablo Amoroso
2019-05-30 14:02:31 -03:00
parent a3b49bfceb
commit b1e6589ee6
+1 -1
View File
@@ -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