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
516 stars 87 forks source link

Port some tests to pytest framework (step 4) #450

Closed skirpichev closed 11 months ago

skirpichev commented 11 months ago

see #377

a continuation of https://github.com/aleaxit/gmpy/pull/439

codecov-commenter commented 11 months ago

Codecov Report

Merging #450 (46e9f39) into master (1256479) will not change coverage. The diff coverage is n/a.

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

@@           Coverage Diff           @@
##           master     #450   +/-   ##
=======================================
  Coverage   84.97%   84.97%           
=======================================
  Files          49       49           
  Lines       11738    11738           
  Branches     2206     2206           
=======================================
  Hits         9974     9974           
  Misses       1764     1764           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

skirpichev commented 11 months ago

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

skirpichev commented 11 months ago

Ok, no coverage regressions. This is ready to review.

casevh commented 11 months ago

Thanks!