Skip to content

Instantly share code, notes, and snippets.

@ultimatecoder
Created April 29, 2019 07:17
Show Gist options
  • Save ultimatecoder/09efa32dbfc0cce914795c940de277f1 to your computer and use it in GitHub Desktop.
Save ultimatecoder/09efa32dbfc0cce914795c940de277f1 to your computer and use it in GitHub Desktop.
[setup]
stdin = <<EOF
1
2
EOF
[act]
./python_program.py
[assert]
exit-code == 0
stdout equals <<EOF
3
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment