tests_data = {'contents': [{'blake2s256': 'e91d48e652a7f3f9f856464f7b1f409513964cfa0170e71800c6d0868400bac9', 'data': '{\n "name":...8a399408bfff6257af', ...], 'idx_storage': <swh.indexer.storage.in_memory.IndexerStorage object at 0x7fcfaa6774a8>, ...}
@pytest.fixture(scope="function")
def indexer_data(tests_data):
> return _IndexerData(tests_data)
.tox/py3/lib/python3.7/site-packages/swh/web/tests/conftest.py:840:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <swh.web.tests.conftest._IndexerData object at 0x7fcfaab5be10>
tests_data = {'contents': [{'blake2s256': 'e91d48e652a7f3f9f856464f7b1f409513964cfa0170e71800c6d0868400bac9', 'data': '{\n "name":...8a399408bfff6257af', ...], 'idx_storage': <swh.indexer.storage.in_memory.IndexerStorage object at 0x7fcfaa6774a8>, ...}
def __init__(self, tests_data):
self.idx_storage = tests_data["idx_storage"]
self.mimetype_indexer = tests_data["mimetype_indexer"]
self.license_indexer = tests_data["license_indexer"]
> self.ctags_indexer = tests_data["ctags_indexer"]
E KeyError: 'ctags_indexer'
.tox/py3/lib/python3.7/site-packages/swh/web/tests/conftest.py:1033: KeyError
TEST RESULT
TEST RESULT
- Run At
- Aug 4 2022, 10:41 AM