Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
def
debug_app(loop):
20
return
Application(loop=loop, debug=True)
21
22
23
def
make_request(app, method, path, headers=CIMultiDict()):
Callers
nothing calls this directly
Calls
1
Application
Class · 0.90
Tested by
no test coverage detected