(value)
| 500 | |
| 501 | @bp.app_template_test() |
| 502 | def is_boolean(value): |
| 503 | return isinstance(value, bool) |
| 504 | |
| 505 | app.register_blueprint(bp, url_prefix="/py") |
| 506 | assert "is_boolean" in app.jinja_env.tests.keys() |
nothing calls this directly
no outgoing calls
no test coverage detected