[svn r62994] introducing internal MultiGateway class
--HG-- branch : trunk
This commit is contained in:
@@ -36,7 +36,7 @@ class TmpTestdir:
|
||||
def __init__(self, pyfuncitem):
|
||||
self.pyfuncitem = pyfuncitem
|
||||
# XXX remove duplication with tmpdir plugin
|
||||
basetmp = py.test.ensuretemp("testdir")
|
||||
basetmp = pyfuncitem._config.ensuretemp("testdir")
|
||||
name = pyfuncitem.name
|
||||
for i in range(100):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user