Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV: Remove ._buf on RandomTextIO #72

Closed
wants to merge 1 commit into from
Closed

DEV: Remove ._buf on RandomTextIO #72

wants to merge 1 commit into from

Conversation

bskinn
Copy link
Owner

@bskinn bskinn commented Sep 5, 2019

No longer needed now that the callback method for persisting the
underlying stream contents is implemented.

The two test asserts for ._buf have to just be removed, since direct access to
the underlying buffer is no longer available, and thus there is nothing
to compare the detached f to.

Closes #67.

No longer needed now that callback method for persisting the
underlying stream contents is implemented.

Closes #67.
@bskinn bskinn requested a review from jayvdb September 5, 2019 03:34
@codecov-io
Copy link

codecov-io commented Sep 5, 2019

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #72   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines         101    100    -1     
=====================================
- Hits          101    100    -1
Impacted Files Coverage Δ
src/stdio_mgr/stdio_mgr.py 100% <100%> (ø) ⬆️

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 ec9f50f...e393d66. Read the comment docs.

@bskinn bskinn closed this Sep 6, 2019
@bskinn bskinn deleted the remove-_buf branch September 6, 2019 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove explicit ._buf in RandomTextIO?
3 participants