self = <swh.storage.tests.test_cassandra.TestCassandraStorage object at 0x7fc7006b4160>
swh_storage = <swh.storage.cassandra.storage.CassandraStorage object at 0x7fc700639b00>
sample_data = <swh.storage.tests.storage_data.StorageData object at 0x7fc7004aea58>
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: 'CassandraStorage' 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, 6:01 PM