All API tests now pass, refs #272

CSV tests still all fail.

Also I marked test_trace() as skip because I have not yet re-implemented trace.
This commit is contained in:
Simon Willison 2019-06-22 20:21:23 -07:00
commit d8dcc34e36
4 changed files with 24 additions and 4 deletions

View file

@ -47,6 +47,7 @@ class TestClient:
"method": "GET",
"path": path,
"query_string": query_string,
"headers": [[b"host", b"localhost"]],
},
)
await instance.send_input({"type": "http.request"})