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/editable install fixes #133

Closed Erotemic closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #133 (194f266) into main (22467fd) will decrease coverage by 1.84%. The diff coverage is 53.17%.

@@            Coverage Diff             @@
##             main     #133      +/-   ##
==========================================
- Coverage   89.01%   87.17%   -1.85%     
==========================================
  Files          27       27              
  Lines        3014     3126     +112     
  Branches      660      682      +22     
==========================================
+ Hits         2683     2725      +42     
- Misses        235      294      +59     
- Partials       96      107      +11