summaryrefslogtreecommitdiff
path: root/python-mode/assertNotIn
diff options
context:
space:
mode:
Diffstat (limited to 'python-mode/assertNotIn')
-rw-r--r--python-mode/assertNotIn6
1 files changed, 6 insertions, 0 deletions
diff --git a/python-mode/assertNotIn b/python-mode/assertNotIn
new file mode 100644
index 0000000..4780a7e
--- /dev/null
+++ b/python-mode/assertNotIn
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# name: assetNotIn
+# key: an
+# group: testing
+# --
+self.assertNotIn(${1:member}, ${2:container}) \ No newline at end of file