We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d525e commit 9719237Copy full SHA for 9719237
doc/en/how-to/writing_plugins.rst
@@ -337,7 +337,7 @@ testing directory:
337
Alternatively you can invoke pytest with the ``-p pytester`` command line
338
option.
339
340
-This will allow you to use the :py:class:`pytester <_pytest.pytester.Pytester>`
+This will allow you to use the :py:class:`pytester <pytest.Pytester>`
341
fixture for testing your plugin code.
342
343
Let's demonstrate what you can do with the plugin with an example. Imagine we
0 commit comments