From 87f6d25d27bb3b08e620f7aed206687a93fedde5 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 14 Jan 2020 03:59:22 -0800 Subject: Align Windows command with Unix --- docs/tutorials/wiki2/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials') diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 8c897fc86..1e22fb624 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -403,7 +403,7 @@ On Windows .. code-block:: doscon - %VENV%\Scripts\pytest --cov=tutorial tutorial\tests.py -q + %VENV%\Scripts\pytest --cov=tutorial tests -q pytest follows :ref:`conventions for Python test discovery `, and the configuration defaults from the cookiecutter -- cgit v1.2.3