Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created June 17, 2018 05:28
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 ingydotnet/041f2746fd3bf3d7333ccba32c7adeec to your computer and use it in GitHub Desktop.
Save ingydotnet/041f2746fd3bf3d7333ccba32c7adeec to your computer and use it in GitHub Desktop.
 ~ $ printf '#!/usr/bin/env testml-python-tap\n1 == 1\n' > foo.t; perl foo.t
ok 1
1..1
 ~ $ printf '#!/usr/bin/env testml-python-tap\n1 == 1\n' > foo.t; prove foo.t
foo.t .. ok
All tests successful.
Files=1, Tests=1, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.39 cusr 0.05 csys = 0.48 CPU)
Result: PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment