Skip to content

Instantly share code, notes, and snippets.

@titsuki
Created May 8, 2016 14:55
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 titsuki/3de685a4c0d8c3d67cbf250951531392 to your computer and use it in GitHub Desktop.
Save titsuki/3de685a4c0d8c3d67cbf250951531392 to your computer and use it in GitHub Desktop.
$ prove -e "perl6 -Ilib" -vlr t
t/01-basic.t .....
ok 1 - The module can be use-d ok
1..1
ok
t/02-password.t ..
1..3
passwordXXXX
ok 1 - code dies
ok 2 - right exception type (Exception)
ok 3 - .message matches timeout waiting for user
ok 1 - did we throws-like Exception?
1..1
ok 1 - timeout
1..1
ok
All tests successful.
Files=2, Tests=2, 3 wallclock secs ( 0.03 usr 0.00 sys + 1.37 cusr 0.08 csys = 1.48 CPU)
Result: PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment