MCPcopy
hub / github.com/dlt-hub/dlt / client

Function client

tests/load/test_insert_job_client.py:30–31  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

28
29@pytest.fixture(scope="function")
30def client(request) -> Iterator[InsertValuesJobClient]:
31 yield from yield_client_with_storage(request.param.destination_factory()) # type: ignore[misc]
32
33
34@pytest.mark.essential

Callers

nothing calls this directly

Calls 2

destination_factoryMethod · 0.80

Tested by

no test coverage detected