doc: refer to type by its public name
This commit is contained in:
parent
c0d525e44c
commit
9719237fe6
|
@ -337,7 +337,7 @@ testing directory:
|
||||||
Alternatively you can invoke pytest with the ``-p pytester`` command line
|
Alternatively you can invoke pytest with the ``-p pytester`` command line
|
||||||
option.
|
option.
|
||||||
|
|
||||||
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>`
|
||||||
fixture for testing your plugin code.
|
fixture for testing your plugin code.
|
||||||
|
|
||||||
Let's demonstrate what you can do with the plugin with an example. Imagine we
|
Let's demonstrate what you can do with the plugin with an example. Imagine we
|
||||||
|
|
Loading…
Reference in New Issue