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 7b977f4 commit 296b642Copy full SHA for 296b642
src/_pytest/legacypath.py
@@ -270,8 +270,8 @@ def testdir(pytester: Pytester) -> Testdir:
270
@final
271
@attr.s(init=False, auto_attribs=True)
272
class TempdirFactory:
273
- """Backward compatibility wrapper that implements :class:``_pytest.compat.LEGACY_PATH``
274
- for :class:``TempPathFactory``."""
+ """Backward compatibility wrapper that implements :class:`_pytest.compat.LEGACY_PATH`
+ for :class:`TempPathFactory`."""
275
276
_tmppath_factory: TempPathFactory
277
0 commit comments