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/0.15.10 #113

Closed Erotemic closed 2 years ago

Erotemic commented 2 years ago

Fixes #112.

TODO;

codecov[bot] commented 2 years ago

Codecov Report

Merging #113 (9e909ef) into main (16b4efc) will increase coverage by 0.10%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #113      +/-   ##
==========================================
+ Coverage   85.22%   85.33%   +0.10%     
==========================================
  Files          26       26              
  Lines        3019     3021       +2     
  Branches      626      626              
==========================================
+ Hits         2573     2578       +5     
+ Misses        346      345       -1     
+ Partials      100       98       -2