MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / couchbase_test_config

Function couchbase_test_config

tests/helpers.py:1083–1086  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1081
1082@pytest.fixture(scope="session")
1083def couchbase_test_config():
1084 config = load_config()
1085 yield config
1086 config.shutdown()

Callers

nothing calls this directly

Calls 2

load_configFunction · 0.85
shutdownMethod · 0.45

Tested by

no test coverage detected