Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
)
1083
def
couchbase_test_config():
1084
config = load_config()
1085
yield
config
1086
config.shutdown()
Callers
nothing calls this directly
Calls
2
load_config
Function · 0.85
shutdown
Method · 0.45
Tested by
no test coverage detected