Erotemic / xdoctest

A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of REGEX.
Apache License 2.0
205 stars 12 forks source link

Start branch for 1.0.2 #129

Closed Erotemic closed 2 years ago

Erotemic commented 2 years ago

auto created PR

codecov[bot] commented 2 years ago

Codecov Report

Merging #129 (6c15b76) into main (58e573d) will decrease coverage by 1.08%. The diff coverage is 33.33%.

@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
- Coverage   90.03%   88.94%   -1.09%     
==========================================
  Files          27       27              
  Lines        2959     3011      +52     
  Branches      646      659      +13     
==========================================
+ Hits         2664     2678      +14     
- Misses        202      237      +35     
- Partials       93       96       +3