MCPcopy
hub / github.com/aio-libs/aiohttp / debug_app

Function debug_app

tests/test_signals.py:19–20  ·  view source on GitHub ↗
(loop)

Source from the content-addressed store, hash-verified

17
18@pytest.fixture
19def debug_app(loop):
20 return Application(loop=loop, debug=True)
21
22
23def make_request(app, method, path, headers=CIMultiDict()):

Callers

nothing calls this directly

Calls 1

ApplicationClass · 0.90

Tested by

no test coverage detected