Skip to content

Commit 237cff3

Browse files
add missing docstring
1 parent d7a2042 commit 237cff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_pytest/tmpdir.py

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def mktemp(self, basename, numbered=True):
9898
return py.path.local(self._tmppath_factory.mktemp(basename, numbered).resolve())
9999

100100
def getbasetemp(self):
101+
"""backward compat wrapper for ``_tmppath_factory.getbasetemp``"""
101102
return py.path.local(self._tmppath_factory.getbasetemp().resolve())
102103

103104
def finish(self):

0 commit comments

Comments
 (0)