diff --git a/run-tests.bat b/run-tests.bat index 6048ab54..97c5bba7 100644 --- a/run-tests.bat +++ b/run-tests.bat @@ -1,4 +1,4 @@ pip install -e . --upgrade --upgrade-strategy=only-if-needed pipenv install --dev -pipenv run pytest -v -n auto tests --tap-stream \ No newline at end of file +pipenv run pytest -v -n auto tests --tap-stream > results.tap \ No newline at end of file