make tmpdir fixture always return a realpath()ed tmpdir and make a note
about it in the changed test. Currently, i don't see a reason why this is a bad idea (tm)
This commit is contained in:
@@ -40,7 +40,7 @@ class TempdirHandler:
|
||||
basetemp.mkdir()
|
||||
else:
|
||||
basetemp = py.path.local.make_numbered_dir(prefix='pytest-')
|
||||
self._basetemp = t = basetemp
|
||||
self._basetemp = t = basetemp.realpath()
|
||||
self.trace("new basetemp", t)
|
||||
return t
|
||||
|
||||
|
||||
Reference in New Issue
Block a user