diff --git a/doc/en/how-to/writing_plugins.rst b/doc/en/how-to/writing_plugins.rst index 8ec935cc2..3b58a8333 100644 --- a/doc/en/how-to/writing_plugins.rst +++ b/doc/en/how-to/writing_plugins.rst @@ -337,7 +337,7 @@ testing directory: Alternatively you can invoke pytest with the ``-p pytester`` command line option. -This will allow you to use the :py:class:`pytester <_pytest.pytester.Pytester>` +This will allow you to use the :py:class:`pytester ` fixture for testing your plugin code. Let's demonstrate what you can do with the plugin with an example. Imagine we