init
This commit is contained in:
6
snippets/python-mode/assertIn
Normal file
6
snippets/python-mode/assertIn
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: assertIn
|
||||
# key: ai
|
||||
# group: testing
|
||||
# --
|
||||
self.assertIn(${1:member}, ${2:container})
|
||||
Reference in New Issue
Block a user