Skip to content
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

Drop unused testing requirements #473

Merged
merged 2 commits into from
Jan 5, 2022
Merged

Conversation

tomchristie
Copy link
Member

We have several test requirements that are actually no longer being used.

For context, this is a result of the drastic 0.14 re-working, which has made the package much more testable throughout.
We're generally testing against mocked streams, rather than against uvicorn/hypercorn. We have far better coverage now than we had before (100%, with only explicit exemptions.)

The integration testing we do have is currently using pytest-httpbin. Personally I'd like to drop this too in favour of something more explicit, but that's a story for another day.

@tomchristie tomchristie merged commit 7a45d78 into master Jan 5, 2022
@tomchristie tomchristie deleted the drop-unused-requirements branch January 5, 2022 11:01
@tomchristie
Copy link
Member Author

The integration testing we do have is currently using pytest-httpbin. Personally I'd like to drop this too in favour of something more explicit, but that's a story for another day.

See also this comment: #442 (comment)

archlinux-github pushed a commit to archlinux/svntogit-community that referenced this pull request Oct 29, 2022
* curio not needed after encode/httpcore#470
* hypercorn, pproxy, trustme, uvicorn not needed after encode/httpcore#473


git-svn-id: file:///srv/repos/svn-community/svn@1338525 9fca08f4-af9d-4005-b8df-a31f2cc04f65
archlinux-github pushed a commit to archlinux/svntogit-community that referenced this pull request Oct 29, 2022
* curio not needed after encode/httpcore#470
* hypercorn, pproxy, trustme, uvicorn not needed after encode/httpcore#473

git-svn-id: file:///srv/repos/svn-community/svn@1338525 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant