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

Fix fd encodings #629

Open
wants to merge 3 commits into
base: master
from
Open

Fix fd encodings #629

wants to merge 3 commits into from

Commits on Jul 5, 2020

  1. Use real stdin encoding for fake stdin encoding.

    this is both more accurate and corrects the spelling from UTF8 to UTF-8
    thomasballinger committed Jul 5, 2020
  2. Add encoding attribute to fake stdout/stderr.

    Start storing an original file object on the fake one.
    thomasballinger committed Jul 5, 2020
  3. Update tests for new FakeOutput

    thomasballinger committed Jul 5, 2020
You can’t perform that action at this time.