()
| 25 | |
| 26 | |
| 27 | def test_url_generation_without_context_fails(): |
| 28 | with pytest.raises(RuntimeError): |
| 29 | flask.url_for("index") |
| 30 | |
| 31 | |
| 32 | def test_request_context_means_app_context(app): |
nothing calls this directly
no test coverage detected
searching dependent graphs…