Skip to content

Instantly share code, notes, and snippets.

@pyhedgehog
Created May 17, 2016 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pyhedgehog/66cdff7f2d4bcaf792b78515f4e994bf to your computer and use it in GitHub Desktop.
Save pyhedgehog/66cdff7f2d4bcaf792b78515f4e994bf to your computer and use it in GitHub Desktop.
hook.io/pyhedgehog/pytestlog
import sys
sys.stderr.write('test stderr stream out\n')
sys.stdout.write('test stdout stream out\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment