diff options
| author | Steve Piercy <web@stevepiercy.com> | 2020-01-01 20:15:20 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2020-01-02 23:30:59 -0800 |
| commit | 6175ff659c2523974072b404636911ebb89c2d42 (patch) | |
| tree | ef0f0715f993e5cc63ebb9e8bf3bdd59f85c47e2 /docs/tutorials/wiki/installation.rst | |
| parent | dcdb9168aece7afd03194c11554d4a7e1bc32d06 (diff) | |
| download | pyramid-6175ff659c2523974072b404636911ebb89c2d42.tar.gz pyramid-6175ff659c2523974072b404636911ebb89c2d42.tar.bz2 pyramid-6175ff659c2523974072b404636911ebb89c2d42.zip | |
Resync wiki/*.rst and related files after moving tests directory
Diffstat (limited to 'docs/tutorials/wiki/installation.rst')
| -rw-r--r-- | docs/tutorials/wiki/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index 7c21ec02c..6088f577d 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -317,14 +317,14 @@ On Unix .. code-block:: bash - $VENV/bin/pytest --cov=tutorial tutorial/tests.py -q + $VENV/bin/pytest --cov=tutorial tests.py -q 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 <pytest:test discovery>`. |
