bringing docs and funcargs in sync

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-04-14 19:57:00 +02:00
parent 792dce025c
commit 5e03bdad84
6 changed files with 29 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ class TmpdirPlugin:
"""
def pytest_funcarg__tmpdir(self, request):
name = request.funcname
name = request.function.__name__
return request.config.mktemp(name, numbered=True)
# ===============================================================================