Skip to content

Commit

Permalink
add missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Oct 2, 2018
1 parent d7a2042 commit 237cff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_pytest/tmpdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def mktemp(self, basename, numbered=True):
return py.path.local(self._tmppath_factory.mktemp(basename, numbered).resolve())

def getbasetemp(self):
"""backward compat wrapper for ``_tmppath_factory.getbasetemp``"""
return py.path.local(self._tmppath_factory.getbasetemp().resolve())

def finish(self):
Expand Down

0 comments on commit 237cff3

Please sign in to comment.