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.
main
Bill Flynn 7 years ago
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…
Cancel
Save