Many tests on MacOS 10.12.06 were failing due to fakefs path issues.
Not sure if this is needed. Will see in the CI builds.
This commit is contained in:
parent
0c7ba85af9
commit
37f076049b
@ -90,7 +90,7 @@ class FakeInput():
|
||||
class TestFakeFs(fake_filesystem_unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.rootpath = os.path.dirname(__file__)
|
||||
self.rootpath = os.path.abspath(os.path.dirname(__file__))
|
||||
self.setUpPyfakefs()
|
||||
self.fs.CreateDirectory(self.rootpath)
|
||||
os.chdir(self.rootpath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user