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

Remove dependency on six / CI cleanup #142

Closed Erotemic closed 1 year ago

Erotemic commented 1 year ago

Removed old unused python 2 constructs and upgrades the CI. Also includes minor doc improvements.

codecov[bot] commented 1 year ago

Codecov Report

Merging #142 (1bd4fe1) into main (962570d) will decrease coverage by 0.41%. Report is 1 commits behind head on main. The diff coverage is 90.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #142 +/- ## ========================================== - Coverage 87.07% 86.67% -0.41% ========================================== Files 27 27 Lines 3150 3122 -28 Branches 707 702 -5 ========================================== - Hits 2743 2706 -37 - Misses 293 301 +8 - Partials 114 115 +1 ```