()
| 1755 | |
| 1756 | @app.route("/", subdomain="test") |
| 1757 | def test_index(): |
| 1758 | return "test index" |
| 1759 | |
| 1760 | rv = client.get("/", "http://localhost.localdomain/") |
| 1761 | assert rv.data == b"normal index" |
nothing calls this directly
no outgoing calls
no test coverage detected