[go: nahoru, domu]

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

test: add testing for some async frameworks #63

Merged
merged 1 commit into from
Mar 30, 2021
Merged

Conversation

miketheman
Copy link
Owner

While the basics of asyncio ought to be covered by enabling unix
sockets in #54, I thought it might be nice to add some explicit asyncio
tests to ensure that we don't hit any framework-specific regressions.
I had written these locally when testing the changes anyhow.

Refs: #6
Refs: #47

Signed-off-by: Mike Fiedler miketheman@gmail.com

@miketheman miketheman added the enhancement New feature or request label Mar 30, 2021
@miketheman miketheman self-assigned this Mar 30, 2021
While the basics of asyncio ought to be covered by enabling unix
sockets in #54, I thought it might be nice to add some explicit asyncio
tests to ensure that we don't hit any framework-specific regressions.
I had written these locally when testing the changes anyhow.

Refs: #6
Refs: #47

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@codeclimate
Copy link
codeclimate bot commented Mar 30, 2021

Code Climate has analyzed commit ea63f63 and detected 0 issues on this pull request.

View more on Code Climate.

@miketheman miketheman merged commit 15a3714 into master Mar 30, 2021
@miketheman miketheman deleted the miketheman/asyncio branch March 30, 2021 21:36
miketheman added a commit that referenced this pull request Aug 28, 2021
Follow up to #63

When GitHub Actions installs the `poetry` dependency, the `requests`
package comes along.
But in a local env if you haven't installed poetry inside the virtual
environment, the async tests will fail due to starlette using `requests`
as part of their test client.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant