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

Fix typing of tests and make pyright check them on CI #222

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

devdanzin
Copy link
Collaborator

This PR fixes some typing issues in tests and sets pyright to check tests for correct typing. Having tests with correct typing helps us to understand the code better when looking at tests.

@codecov-commenter
Copy link

codecov-commenter commented Sep 25, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (a0d70df) 95.86% compared to head (53f2e9d) 95.86%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #222   +/-   ##
=======================================
  Coverage   95.86%   95.86%           
=======================================
  Files          25       25           
  Lines        1403     1403           
  Branches      296      296           
=======================================
  Hits         1345     1345           
  Misses         33       33           
  Partials       25       25           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tonybaloney tonybaloney merged commit 4663329 into tonybaloney:master Sep 26, 2023
18 checks passed
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.

None yet

3 participants