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

Dev/312 support #148

Closed Erotemic closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Merging #148 (eec7d52) into main (20b998e) will decrease coverage by 4.26%. The diff coverage is 51.48%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #148 +/- ## ========================================== - Coverage 86.67% 82.42% -4.26% ========================================== Files 27 28 +1 Lines 3122 3550 +428 Branches 702 802 +100 ========================================== + Hits 2706 2926 +220 - Misses 301 493 +192 - Partials 115 131 +16 ```