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

Skip binary tests in minimal builds #134

Closed Erotemic closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #134 (10fca1b) into main (9a6f1e7) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #134   +/-   ##
=======================================
  Coverage   87.17%   87.17%           
=======================================
  Files          27       27           
  Lines        3126     3126           
  Branches      682      682           
=======================================
  Hits         2725     2725           
  Misses        294      294           
  Partials      107      107