summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorPaul Cutler <paul.r.cutler@gmail.com>2018-10-04 11:02:14 -0500
committerPaul Cutler <paul.r.cutler@gmail.com>2018-10-04 11:02:14 -0500
commit9c39f657e9edbb59ef83a375500596f500c70a44 (patch)
tree73aac8793fd7cd099b99040275d939834c5f4bf3 /docs/narr
parentf9c3ff6db52f107f298852b92ecc945fbc26229c (diff)
downloadpyramid-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.
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 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.