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 3) #439

Closed skirpichev closed 11 months ago

skirpichev commented 11 months ago

see #377

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

codecov-commenter commented 11 months ago

Codecov Report

Merging #439 (f8d93b7) into master (9a98d34) will increase coverage by 83.57%. The diff coverage is n/a.

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

@@             Coverage Diff             @@
##           master     #439       +/-   ##
===========================================
+ Coverage        0   83.57%   +83.57%     
===========================================
  Files           0       49       +49     
  Lines           0    11718    +11718     
  Branches        0     2190     +2190     
===========================================
+ Hits            0     9793     +9793     
- Misses          0     1925     +1925     

see 49 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!