aleaxit / gmpy

General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)
https://gmpy2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
506 stars 84 forks source link

Port some tests to pytest framework (step 5) #456

Closed skirpichev closed 8 months ago

skirpichev commented 8 months ago

see #377 a continuation of #450

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e002e2c) 84.96% compared to head (5385483) 85.04%. Report is 9 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #456 +/- ## ========================================== + Coverage 84.96% 85.04% +0.07% ========================================== Files 49 49 Lines 11736 11736 Branches 2204 2205 +1 ========================================== + Hits 9972 9981 +9 + Misses 1764 1755 -9 ```

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

skirpichev commented 8 months ago

There are some coverage changes, I'll examine this today or tomorrow.

skirpichev commented 8 months ago

This is ready for review.

casevh commented 8 months ago

Thanks.