(self)
| 105 | provide_automatic_options = False |
| 106 | |
| 107 | def dispatch_request(self): |
| 108 | return "Hello World!" |
| 109 | |
| 110 | app.add_url_rule("/", view_func=Index1.as_view("index")) |
| 111 | c = app.test_client() |
nothing calls this directly
no outgoing calls
no test coverage detected