darrenburns / ward

Ward is a modern test framework for Python with a focus on productivity and readability.
https://ward.readthedocs.io
MIT License
1.21k stars 53 forks source link

Working in python 3.12 #373

Closed taconi closed 9 months ago

taconi commented 11 months ago

Closes #372 Closes #374

codecov[bot] commented 10 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (1c54620) 84.93% compared to head (df2f69c) 84.93%.

Files Patch % Lines
ward/_collect.py 66.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #373 +/- ## ======================================= Coverage 84.93% 84.93% ======================================= Files 21 21 Lines 1845 1845 Branches 284 284 ======================================= Hits 1567 1567 Misses 236 236 Partials 42 42 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

petereon commented 9 months ago

Well, I tried 😅