bringing docs and funcargs in sync
--HG-- branch : trunk
This commit is contained in:
2
py/test/dist/testing/test_nodemanage.py
vendored
2
py/test/dist/testing/test_nodemanage.py
vendored
@@ -4,7 +4,7 @@ from py.__.test.dist.nodemanage import NodeManager
|
||||
class pytest_funcarg__mysetup:
|
||||
def __init__(self, request):
|
||||
basetemp = request.config.ensuretemp(request.getfspath().purebasename)
|
||||
basetemp = basetemp.mkdir(request.funcname)
|
||||
basetemp = basetemp.mkdir(request.function.__name__)
|
||||
self.source = basetemp.mkdir("source")
|
||||
self.dest = basetemp.mkdir("dest")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user