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.
:type:
1 parent 52268d2 commit 27e0bb3Copy full SHA for 27e0bb3
src/_pytest/config/__init__.py
@@ -1005,7 +1005,7 @@ class InvocationParams:
1005
plugins: Sequence[str | _PluggyPlugin] | None
1006
"""Extra plugins, might be `None`."""
1007
dir: pathlib.Path
1008
- """The directory from which :func:`pytest.main` was invoked. :type: pathlib.Path"""
+ """The directory from which :func:`pytest.main` was invoked."""
1009
1010
def __init__(
1011
self,
@@ -1099,8 +1099,6 @@ def __init__(
1099
def rootpath(self) -> pathlib.Path:
1100
"""The path to the :ref:`rootdir <rootdir>`.
1101
1102
- :type: pathlib.Path
1103
-
1104
.. versionadded:: 6.1
1105
"""
1106
return self._rootpath
0 commit comments