MCPcopy
hub / github.com/ComposioHQ/composio / composio_client

Function composio_client

python/composio/integration_test/conftest.py:32–36  ·  view source on GitHub ↗

Provide a Composio client instance for all tests.

()

Source from the content-addressed store, hash-verified

30
31@pytest.fixture(scope="session")
32def composio_client():
33 """Provide a Composio client instance for all tests."""
34 from composio import Composio
35
36 return Composio()
37
38
39@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

ComposioClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…