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

Defer pre-imports until a non-skipped line is about to #132

Closed Erotemic closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #132 (d243b7f) into main (6c15b76) will increase coverage by 0.07%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #132      +/-   ##
==========================================
+ Coverage   88.94%   89.01%   +0.07%     
==========================================
  Files          27       27              
  Lines        3011     3014       +3     
  Branches      659      660       +1     
==========================================
+ Hits         2678     2683       +5     
+ Misses        237      235       -2     
  Partials       96       96