(app)
| 152 | |
| 153 | |
| 154 | def test_disallow_string_for_allowed_methods(app): |
| 155 | with pytest.raises(TypeError): |
| 156 | app.add_url_rule(class="st">"/", methods=class="st">"GET POST", endpoint=class="st">"test") |
| 157 | |
| 158 | |
| 159 | def test_url_mapping(app, client): |
nothing calls this directly
no test coverage detected