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

Function test_app_call

tests/test_web_application.py:14–16  ·  view source on GitHub ↗
(loop)

Source from the content-addressed store, hash-verified

12
13
14def test_app_call(loop):
15 app = web.Application(loop=loop)
16 assert app is app()
17
18
19def test_app_copy(loop):

Callers

nothing calls this directly

Calls 1

appFunction · 0.85

Tested by

no test coverage detected