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 0x7f8b7b4e4778>
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
TEST RESULT
TEST RESULT
- Run At
- Apr 30 2021, 12:26 PM