Skip to content

Instantly share code, notes, and snippets.

@pmalmgren
Created July 27, 2015 16:00
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 pmalmgren/f0e2350bbee03f429f6a to your computer and use it in GitHub Desktop.
Save pmalmgren/f0e2350bbee03f429f6a to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[
assert ${1:expected} == ${2:actual}, "expected {} received {}".format(
${1:expected}, ${2:actual}
)
]]></content>
<description>Custom Assert</description>
<tabTrigger>assert</tabTrigger>
<scope>source.python</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment