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 rework #149

Open Erotemic opened 10 months ago

Erotemic commented 10 months ago

This branch is for work on a rewrite of the parser to avoid dependence on undefined behavior in the tokenize module.

See: https://github.com/python/cpython/issues/111224

codecov[bot] commented 10 months ago

Codecov Report

Merging #149 (3c20d00) into main (20b998e) will decrease coverage by 4.55%. The diff coverage is 50.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #149 +/- ## ========================================== - Coverage 86.67% 82.12% -4.55% ========================================== Files 27 28 +1 Lines 3122 3564 +442 Branches 702 802 +100 ========================================== + Hits 2706 2927 +221 - Misses 301 506 +205 - Partials 115 131 +16 ```