(self, request, *args, **kwargs)
| 93 | return HttpResponse(class="st">"Hello (mixed) world!") |
| 94 | |
| 95 | async def post(self, request, *args, **kwargs): |
| 96 | return HttpResponse(class="st">"Hello (mixed) world!") |
| 97 | |
| 98 | msg = ( |
| 99 | fclass="st">"{MixedView.__qualname__} HTTP handlers must either be all sync or all " |
no test coverage detected