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

Supporting 3.11 #135

Closed Erotemic closed 1 year ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #135 (7593478) into main (2b55cbd) will decrease coverage by 0.92%. The diff coverage is 87.93%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #135 +/- ## ========================================== - Coverage 87.17% 86.24% -0.93% ========================================== Files 27 27 Lines 3126 3148 +22 Branches 682 686 +4 ========================================== - Hits 2725 2715 -10 - Misses 294 315 +21 - Partials 107 118 +11 ```