-
-
Notifications
You must be signed in to change notification settings - Fork 858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
100% Test coverage #26
Comments
The merged PRs and #64 is as much as I've been able to increase the coverage, the report on that branch is as follows:
Any pointers? |
Stonkin great work here! |
I think closing a steaming response without reading it should trigger the h11 protocol error case, but I’m not 100% without reviewing it more thoroughly. |
For the WriteTimeout, try sending a large request in |
Awesome, thanks for the tips! I'll try those out (in separate PRs) today 👍 |
Rad. |
@yeraydiazdiaz Final remaining line here is in Because uvicorn doesn't currently have HTTP/2 support we're only ever testing out against a mock HTTP/2 server implementation, and we're never hitting that line. I'm just going to |
Thanks so much for your help on this! |
No worries, glad we could get it done 🎉 |
🤩 |
Let's get the test coverage up to 100%, and then force-pin it.
Any contributions towards this are welcome.
The text was updated successfully, but these errors were encountered: