Skip to content

Commit

Permalink
Merge branch 'master' of github:AndreaCrotti/yasnippet-snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCrotti committed Nov 5, 2013
2 parents e389f4b + a8e6e82 commit 2c4a930
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions python-mode/assertFalse
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: assertFalse
# key: af
# --
self.assertFalse($0)
6 changes: 6 additions & 0 deletions python-mode/assertRaises.with
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: assertRaises
# key: ar
# --
with self.assertRaises(${1:Exception}):
$0
2 changes: 1 addition & 1 deletion text-mode/todo
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# name: todo
# key: t
# --
`(ca-with-comment "TODO: $0")`
`(ca-with-comment "TODO: ")`

0 comments on commit 2c4a930

Please sign in to comment.