Skip to content

test: add testing for some async frameworks#63

Merged
miketheman merged 1 commit intomasterfrom
miketheman/asyncio
Mar 30, 2021
Merged

test: add testing for some async frameworks#63
miketheman merged 1 commit intomasterfrom
miketheman/asyncio

Conversation

@miketheman
Copy link
Copy Markdown
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>
@qlty-cloud-legacy
Copy link
Copy Markdown

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.

1 participant