From 8035dd8857b447e1fd8e2e2ea70f924a5c56d40f Mon Sep 17 00:00:00 2001 From: Paul Cutler Date: Wed, 3 Oct 2018 09:15:14 -0500 Subject: Change references to "py.test" to "pytest" in installation.rst Remove :term: from pytest as it is not in the glossary. --- docs/tutorials/wiki/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index ddbe30906..cfd61a867 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 :term:`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 -- cgit v1.2.3