Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.fuse.tests.test_revision::test_list_parent
Failed

TEST RESULT

Run At
Nov 25 2020, 3:46 PM
Details
fuse_mntdir = PosixPath('/tmp/tmp6hcmjnz3.swh-fuse-test') def test_list_parent(fuse_mntdir): file_path = fuse_mntdir / "archive" / ROOT_REV / "parent" > assert file_path.is_symlink() E AssertionError: assert False E + where False = <bound method Path.is_symlink of PosixPath('/tmp/tmp6hcmjnz3.swh-fuse-test/archive/swh:1:rev:b8cedc00407a4c56a3bda1ed605c6fc166655447/parent')>() E + where <bound method Path.is_symlink of PosixPath('/tmp/tmp6hcmjnz3.swh-fuse-test/archive/swh:1:rev:b8cedc00407a4c56a3bda1ed605c6fc166655447/parent')> = PosixPath('/tmp/tmp6hcmjnz3.swh-fuse-test/archive/swh:1:rev:b8cedc00407a4c56a3bda1ed605c6fc166655447/parent').is_symlink .tox/py3/lib/python3.7/site-packages/swh/fuse/tests/test_revision.py:41: AssertionError