Skip to content

Instantly share code, notes, and snippets.

@ldong
Created May 30, 2014 18:24
Show Gist options
  • Save ldong/f4f35250e57fa2dba124 to your computer and use it in GitHub Desktop.
Save ldong/f4f35250e57fa2dba124 to your computer and use it in GitHub Desktop.

Snippets

assert

assert Condition, 'Error Message'

i.e.

assert 1 == 0, 'This test failed somehow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment