bskinn / stdio-mgr

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

DEV: Tidy _PersistedBytesIO interface #58

Closed jayvdb closed 5 years ago

jayvdb commented 5 years ago

This replaces a private attribute used by RandomTextIO with a callback supplied by RandomTextIO, removing the need to document a private attribute.

Related to https://github.com/bskinn/stdio-mgr/pull/56

codecov-io commented 5 years ago

Codecov Report

Merging #58 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #58   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          77     81    +4     
=====================================
+ Hits           77     81    +4
Impacted Files Coverage Δ
src/stdio_mgr/stdio_mgr.py 100% <100%> (ø) :arrow_up:

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 5498a9d...b04926d. Read the comment docs.