MCPcopy Index your code
hub / github.com/apify/crawlee-python / key_value_store

Function key_value_store

tests/unit/conftest.py:157–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155
156@pytest.fixture
157async def key_value_store() -> AsyncGenerator[KeyValueStore, None]:
158 kvs = await KeyValueStore.open()
159 yield kvs
160 await kvs.drop()
161
162
163@pytest.fixture(scope='session')

Callers

nothing calls this directly

Calls 2

openMethod · 0.45
dropMethod · 0.45

Tested by

no test coverage detected