MCPcopy Create free account
hub / github.com/Vinyzu/Botright / botright_client

Function botright_client

tests/conftest.py:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36@pytest_asyncio.fixture
37async def botright_client():
38 botright_client = await botright.Botright(headless=True)
39 yield botright_client
40 await botright_client.close()
41
42
43@pytest_asyncio.fixture

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected