streamline some tests and overall reduce py.test.ensuretemp usage, note down issue about deprecation .
--HG-- branch : trunk
This commit is contained in:
@@ -10,6 +10,7 @@ def ensuretemp(string, dir=1):
|
||||
take care to provide empty unique directories for each
|
||||
test call even if the test is called multiple times.
|
||||
"""
|
||||
#py.log._apiwarn(">1.1", "use tmpdir function argument")
|
||||
return py.test.config.ensuretemp(string, dir=dir)
|
||||
|
||||
class CmdOptions(object):
|
||||
|
||||
Reference in New Issue
Block a user