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
510 stars 86 forks source link

Port some tests to pytest framework (step 2) #437

Closed skirpichev closed 11 months ago

skirpichev commented 11 months ago

see https://github.com/aleaxit/gmpy/issues/377

a continuation of #408

codecov-commenter commented 11 months ago

Codecov Report

Merging #437 (b601934) into master (175fa58) will decrease coverage by 0.01%. The diff coverage is n/a.

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

@@            Coverage Diff             @@
##           master     #437      +/-   ##
==========================================
- Coverage   83.57%   83.56%   -0.01%     
==========================================
  Files          49       49              
  Lines       11715    11715              
  Branches     2190     2190              
==========================================
- Hits         9791     9790       -1     
- Misses       1924     1925       +1     

see 2 files with indirect coverage changes

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

casevh commented 11 months ago

Thanks.