fuse_mntdir = PosixPath('/tmp/tmphu4xc3m3.swh-fuse-test')
def test_access_rev_target(fuse_mntdir):
branch_name = urllib.parse.quote_plus("refs/heads/master")
dir_path = fuse_mntdir / "archive" / ROOT_SNP / branch_name
expected = set(["meta.json", "root", "parent", "parents", "history"])
> actual = set(os.listdir(dir_path))
E FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmphu4xc3m3.swh-fuse-test/archive/swh:1:snp:02db117fef22434f1658b833a756775ca6effed0/refs%2Fheads%2Fmaster'
.tox/py3/lib/python3.7/site-packages/swh/fuse/tests/test_snapshot.py:21: FileNotFoundError
TEST RESULT
TEST RESULT
- Run At
- Nov 25 2020, 3:51 PM