bskinn / stdio-mgr

Context manager for mocking/wrapping stdin/stdout/stderr
MIT License
14 stars 4 forks source link

TEST: Revise README stderr doctest #21

Closed bskinn closed 5 years ago

bskinn commented 5 years ago

Per here (https://bugs.python.org/issue36695), having single quotes in the warning message for the stderr README doctest led to different result rendering in 3.7 vs 3.8. Removing those quotes from the message eliminates the breakage.

codecov-io commented 5 years ago

Codecov Report

Merging #21 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev    #21   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files         3      3           
  Lines        42     42           
===================================
  Hits         42     42

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5c69496...39f8375. Read the comment docs.