Page MenuHomeSoftware Heritage

Jenkins > .tox.py3-full.lib.python3.7.site-packages.swh.model.tests.test_hashutil.Hashutil::test_hash_git_data
Failed

TEST RESULT

Run At
Apr 30 2021, 6:31 PM
Details
self = <swh.model.tests.test_hashutil.Hashutil testMethod=test_hash_git_data> def test_hash_git_data(self): checksums = { git_type: hashutil.hash_git_data(self.data, git_type) > for git_type in self.git_checksums } .tox/py3-full/lib/python3.7/site-packages/swh/model/tests/test_hashutil.py:127: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .0 = <dict_keyiterator object at 0x7f573a1453b8> checksums = { git_type: hashutil.hash_git_data(self.data, git_type) > for git_type in self.git_checksums } E AttributeError: module 'swh.model.hashutil' has no attribute 'hash_git_data' .tox/py3-full/lib/python3.7/site-packages/swh/model/tests/test_hashutil.py:127: AttributeError