Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/reactive-python/reactpy
/ server
Function
server
src/py/reactpy/tests/conftest.py:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
40
@pytest.fixture
41
async
def
server():
42
async
with
BackendFixture()
as
server:
43
yield
server
44
45
46
@pytest.fixture
Callers
nothing calls this directly
Calls
1
BackendFixture
Class · 0.90
Tested by
no test coverage detected