archive_data = <swh.web.tests.conftest._ArchiveData object at 0x7fbe6beb4cc0>
@given(snapshot())
> def test_lookup_snapshot_branch_name_from_tip_revision(archive_data, snapshot_id):
.tox/py3/lib/python3.7/site-packages/swh/web/tests/common/test_service.py:958:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox/py3/lib/python3.7/site-packages/swh/web/tests/common/test_service.py:970: in test_lookup_snapshot_branch_name_from_tip_revision
assert (
.tox/py3/lib/python3.7/site-packages/swh/web/common/service.py:1112: in lookup_snapshot_branch_name_from_tip_revision
branches_count=per_page + 1,
.tox/py3/lib/python3.7/site-packages/swh/web/common/service.py:1060: in lookup_snapshot
for (branch_name, branch) in snapshot["branches"].items()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.0 = <dict_itemiterator object at 0x7fbe646698b8>
"branches": {
branch_name: branch.to_dict() if branch else None
> for (branch_name, branch) in snapshot["branches"].items()
},
"next_branch": snapshot["next_branch"],
}
)
E AttributeError: 'dict' object has no attribute 'to_dict'
.tox/py3/lib/python3.7/site-packages/swh/web/common/service.py:1060: AttributeError
TEST RESULT
TEST RESULT
- Run At
- Aug 7 2020, 2:30 PM