(resp: httpclient.HTTPResponse)
| 33 | |
| 34 | |
| 35 | def get_json(resp: httpclient.HTTPResponse): |
| 36 | return json.loads(resp.body.decode()) |
| 37 | |
| 38 | |
| 39 | @pytest.mark.parametrize("filename", list((here / "../../../../web/gen").glob("*.py"))) |
no test coverage detected
searching dependent graphs…