From 54d8a63686d6e81e5abedfed10ae1b5cf03d4e47 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 5 Mar 2018 12:57:41 -0500 Subject: [PATCH] pipe to results.tap Signed-off-by: Kenneth Reitz --- run-tests.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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