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

Function test_request_locals

tests/test_basic.py:1482–1484  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1480
1481
1482def test_request_locals():
1483 assert repr(flask.g) == "<LocalProxy unbound>"
1484 assert not flask.g
1485
1486
1487@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected