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

Improve typing for decorator tests #35

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Improve typing for decorator tests #35

merged 1 commit into from
Oct 7, 2024

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Oct 6, 2024

Add additional typing to tests

@bdraco bdraco added the bot:chronographer:skip This PR does not need to include a change note label Oct 6, 2024
Copy link

codecov bot commented Oct 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.31%. Comparing base (416a3b2) to head (3212fe4).
Report is 50 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   88.27%   88.31%   +0.03%     
==========================================
  Files          17       17              
  Lines         691      693       +2     
  Branches       67       98      +31     
==========================================
+ Hits          610      612       +2     
  Misses         63       63              
  Partials       18       18              
Flag Coverage Δ
CI-GHA 88.31% <100.00%> (+0.03%) ⬆️
MyPy 77.98% <87.50%> (+5.66%) ⬆️
OS-Linux 98.38% <100.00%> (+0.01%) ⬆️
OS-Windows 93.65% <100.00%> (+0.04%) ⬆️
OS-macOS 94.17% <100.00%> (+0.03%) ⬆️
Py-3.10.11 92.88% <100.00%> (+0.04%) ⬆️
Py-3.10.15 95.46% <100.00%> (+0.02%) ⬆️
Py-3.11.10 95.46% <100.00%> (+0.02%) ⬆️
Py-3.11.9 92.88% <100.00%> (+0.04%) ⬆️
Py-3.12.6 95.46% <100.00%> (+0.02%) ⬆️
Py-3.13.0-rc.3 95.46% <100.00%> (+0.02%) ⬆️
Py-3.8.10 93.18% <100.00%> (+0.04%) ⬆️
Py-3.8.18 95.77% <100.00%> (+0.02%) ⬆️
Py-3.9.13 92.85% <100.00%> (+0.04%) ⬆️
Py-3.9.20 95.45% <100.00%> (+0.02%) ⬆️
Py-pypy7.3.11 95.50% <100.00%> (+0.03%) ⬆️
Py-pypy7.3.16 95.13% <100.00%> (+0.03%) ⬆️
Py-pypy7.3.17 95.14% <100.00%> (+0.03%) ⬆️
VM-macos-latest 94.17% <100.00%> (+0.03%) ⬆️
VM-ubuntu-latest 98.38% <100.00%> (+0.01%) ⬆️
VM-windows-latest 93.65% <100.00%> (+0.04%) ⬆️
pytest 98.38% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

src/propcache/_helpers_py.py Fixed Show fixed Hide fixed
src/propcache/_helpers_py.py Fixed Show fixed Hide fixed
@bdraco
Copy link
Member Author

bdraco commented Oct 7, 2024

I'll need to break this up into multiple PRs, but over the ocean wifi is useless as github.com won't load in a browser so I have to use the cli which it too painful.

src/propcache/_helpers_py.py Fixed Show fixed Hide fixed
src/propcache/_helpers_py.py Dismissed Show dismissed Hide dismissed
src/propcache/_helpers_py.py Dismissed Show dismissed Hide dismissed
@bdraco bdraco changed the title Add additional typing to tests Improve typing for decorator tests Oct 7, 2024
@bdraco bdraco merged commit 35f6c28 into master Oct 7, 2024
49 checks passed
@bdraco bdraco deleted the types_tests branch October 7, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:skip This PR does not need to include a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants