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

Asyncio migration #22

Merged
merged 5 commits into from
Dec 18, 2023
Merged

Asyncio migration #22

merged 5 commits into from
Dec 18, 2023

Conversation

devraj
Copy link
Member

@devraj devraj commented Dec 18, 2023

Majority implementation of the following issues

To be reviewed later:

  • Can pytest initialisation be made into async, may be not necessary?

Note that merging this will run a full set of tests in async mode

this is our attempt to move to concurrency before the library goes out of hand
there are a few exception at the moment around typer not being able to support
async/await we can work around that when they support it

#18
moved to explicitly closing the client upon each requestREFS #18
pending running a full test this changes all the test calls to be
async, we recomend merging this branch into the dto-implementation
branch and let the tests run against the server to see if the
tests pass

REFS #18
@devraj devraj merged commit ad51624 into dto-implementation Dec 18, 2023
@devraj devraj deleted the asyncio-migration branch December 18, 2023 05:32
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.

1 participant