MCPcopy Create free account
hub / github.com/pallets/flask / check

Function check

examples/javascript/tests/test_js_example.py:15–16  ·  view source on GitHub ↗
(sender, template, context)

Source from the content-addressed store, hash-verified

13)
14def test_index(app, client, path, template_name):
15 def check(sender, template, context):
16 assert template.name == template_name
17
18 with template_rendered.connected_to(check, app):
19 client.get(path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected