MCPcopy Create free account
hub / github.com/HisMax/RedInk / client

Function client

tests/conftest.py:24–26  ·  view source on GitHub ↗

创建测试客户端

(app)

Source from the content-addressed store, hash-verified

22
23@pytest.fixture
24def client(app):
25 """创建测试客户端"""
26 return app.test_client()
27
28
29@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected