Merge branch 'patch-1' of https://github.com/mellort/ultisnips
This commit is contained in:
commit
b0f6985fe8
@ -442,13 +442,13 @@ class Test${1:Class}(${2:unittest.TestCase}):
|
|||||||
"""${3:Test case docstring}"""
|
"""${3:Test case docstring}"""
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
${3:pass}
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
${4:pass}
|
${4:pass}
|
||||||
|
|
||||||
def test_${5:name}(self):
|
def tearDown(self):
|
||||||
${6:pass}
|
${5:pass}
|
||||||
|
|
||||||
|
def test_${6:name}(self):
|
||||||
|
${7:pass}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
# vim:ft=snippets:
|
# vim:ft=snippets:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user