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

Pass stdin to go test #234

Merged
merged 2 commits into from
Apr 9, 2022
Merged

Pass stdin to go test #234

merged 2 commits into from
Apr 9, 2022

Commits on Apr 9, 2022

  1. Pass stdin to go test

    uhthomas authored and dnephin committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    ce158b4 View commit details
    Browse the repository at this point in the history
  2. Improve the test for input from stdin

    The test would not fail without the change because it was not making any
    assertions about the input. Adding a check for "DONE 1" causes it to
    fail properly when the support is removed.
    
    Also add an example to the docs of how to use stdin.
    dnephin committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    ac4bc6f View commit details
    Browse the repository at this point in the history