libvcs icon indicating copy to clipboard operation
libvcs copied to clipboard

Asyncio testing

Open tony opened this issue 1 year ago • 3 comments

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.

tony avatar Jun 19 '24 22:06 tony

@sourcery-ai review

tony avatar Jan 11 '25 20:01 tony

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
  • Added pytest-asyncio to the pyproject.toml file.
  • Updated poetry.lock file to reflect the new dependency
pyproject.toml
poetry.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on 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-ai anywhere in the pull request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere 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.

sourcery-ai[bot] avatar Jan 11 '25 20:01 sourcery-ai[bot]

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.

codecov[bot] avatar Feb 22 '25 23:02 codecov[bot]