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

Function run_around_tests

tests/conftest.py:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24@pytest_asyncio.fixture(autouse=True, scope="session")
25def run_around_tests():
26 test_server.start()
27 yield
28 test_server.stop()
29
30
31@pytest_asyncio.fixture

Callers

nothing calls this directly

Calls 2

stopMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected