(self)
| 119 | provide_automatic_options = True |
| 120 | |
| 121 | def dispatch_request(self): |
| 122 | return "Hello World!" |
| 123 | |
| 124 | app.add_url_rule("/", view_func=Index2.as_view("index")) |
| 125 | c = app.test_client() |
nothing calls this directly
no outgoing calls
no test coverage detected