self = <swh.storage.tests.test_storage.TestStorage object at 0x7fd62d49b128>
swh_storage = <swh.storage.in_memory.InMemoryStorage object at 0x7fd62dd36a20>
sample_data = <swh.storage.tests.storage_data.StorageData object at 0x7fd62d5084e0>
def test_origin_visit_status_get__unknown_cases(self, swh_storage, sample_data):
origin = sample_data.origin
> actual_page = swh_storage.origin_visit_status_get("foobar", 1)
E AttributeError: 'InMemoryStorage' object has no attribute 'origin_visit_status_get'
.tox/py3/lib/python3.7/site-packages/swh/storage/tests/test_storage.py:1300: AttributeError
TEST RESULT
TEST RESULT
- Run At
- Jul 29 2020, 4:45 PM