diff options
| author | Paul Cutler <paul.r.cutler@gmail.com> | 2018-10-04 11:02:14 -0500 |
|---|---|---|
| committer | Paul Cutler <paul.r.cutler@gmail.com> | 2018-10-04 11:02:14 -0500 |
| commit | 9c39f657e9edbb59ef83a375500596f500c70a44 (patch) | |
| tree | 73aac8793fd7cd099b99040275d939834c5f4bf3 | |
| parent | f9c3ff6db52f107f298852b92ecc945fbc26229c (diff) | |
| download | pyramid-9c39f657e9edbb59ef83a375500596f500c70a44.tar.gz pyramid-9c39f657e9edbb59ef83a375500596f500c70a44.tar.bz2 pyramid-9c39f657e9edbb59ef83a375500596f500c70a44.zip | |
Update Pyramid documentation pytest references with feedback
Update the pull request to update all Pyramid documentation to replace
instances of "py.test" with "pytest" to include missing backticks
where needed.
| -rw-r--r-- | docs/narr/project.rst | 2 | ||||
| -rw-r--r-- | docs/quick_tour.rst | 2 | ||||
| -rw-r--r-- | docs/tutorials/wiki/installation.rst | 4 | ||||
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index a15138207..5efc07e09 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -286,7 +286,7 @@ path to the module on which we want to run tests and coverage. $VENV/bin/pytest --cov=myproject myproject/tests.py -q -.. seealso:: See pytest's documentation for :ref:`pytest:usage` or invoke +.. seealso:: See ``pytest``'s documentation for :ref:`pytest:usage` or invoke ``pytest -h`` to see its full set of options. diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index 123bd3a51..1e46aa367 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -676,7 +676,7 @@ the relevant ``.ini`` configuration file. :ref:`pyramid_debugtoolbar <toolbar:overview>` Unit tests and ``pytest`` -========================== +========================= Yikes! We got this far and we haven't yet discussed tests. This is particularly egregious, as Pyramid has had a deep commitment to full test coverage since diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index cfd61a867..639aa0881 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -195,7 +195,7 @@ Run the tests After you've installed the project in development mode as well as the testing requirements, you may run the tests for the project. The following commands -provide options to `pytest` that specify the module for which its tests shall be +provide options to ``pytest`` that specify the module for which its tests shall be run, and to run ``pytest`` in quiet mode. On Unix @@ -299,7 +299,7 @@ On Windows tell ``pytest`` where to find the module on which we want to run tests and coverage. -.. seealso:: See pytest's documentation for :ref:`pytest:usage` or invoke +.. seealso:: See ``pytest``'s documentation for :ref:`pytest:usage` or invoke ``pytest -h`` to see its full set of options. diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 8860ad8a9..b2f1dde4a 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -453,7 +453,7 @@ pytest follows :ref:`conventions for Python test discovery tell ``pytest`` where to find the module on which we want to run tests and coverage. -.. seealso:: See pytest's documentation for :ref:`pytest:usage` or invoke +.. seealso:: See ``pytest``'s documentation for :ref:`pytest:usage` or invoke ``pytest -h`` to see its full set of options. |
