(company_id)
| 306 | |
| 307 | @app.route("/", subdomain="<company_id>") |
| 308 | def view(company_id): |
| 309 | return company_id |
| 310 | |
| 311 | with app.test_request_context(): |
| 312 | url = flask.url_for("view", company_id="xxx") |
nothing calls this directly
no outgoing calls
no test coverage detected