libvcs
libvcs copied to clipboard
Asyncio testing
Changes
Dev deps: Add pytest-asyncio
See also: https://github.com/pytest-dev/pytest-asyncio
Summary by Sourcery
Tests:
- Add pytest-asyncio for testing asynchronous code.
@sourcery-ai review
Reviewer's Guide by Sourcery
This pull request adds pytest-asyncio to the development dependencies.
No diagrams generated as the changes look simple and do not need a visual representation.
File-Level Changes
| Change | Details | Files |
|---|---|---|
| Added pytest-asyncio dependency |
|
pyproject.tomlpoetry.lock |
Tips and commands
Interacting with Sourcery
- Trigger a new review: Comment
@sourcery-ai reviewon the pull request. - Continue discussions: Reply directly to Sourcery's review comments.
- Generate a GitHub issue from a review comment: Ask Sourcery to create an issue from a review comment by replying to it.
- Generate a pull request title: Write
@sourcery-aianywhere in the pull request title to generate a title at any time. - Generate a pull request summary: Write
@sourcery-ai summaryanywhere in the pull request body to generate a PR summary at any time. You can also use this command to specify where the summary should be inserted.
Customizing Your Experience
Access your dashboard to:
- Enable or disable review features such as the Sourcery-generated pull request summary, the reviewer's guide, and others.
- Change the review language.
- Add, remove or edit custom review instructions.
- Adjust other review settings.
Getting Help
- Contact our support team for questions or feedback.
- Visit our documentation for detailed guides and information.
- Keep in touch with the Sourcery team by following us on X/Twitter, LinkedIn or GitHub.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 54.09%. Comparing base (
aeb91cd) to head (a133af8).
Additional details and impacted files
@@ Coverage Diff @@
## master #467 +/- ##
=======================================
Coverage 54.09% 54.09%
=======================================
Files 40 40
Lines 3627 3627
Branches 793 793
=======================================
Hits 1962 1962
Misses 1314 1314
Partials 351 351
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.