This commit is contained in:
Holger Rapp 2012-02-22 11:55:30 +01:00
commit b0f6985fe8

View File

@ -442,13 +442,13 @@ class Test${1:Class}(${2:unittest.TestCase}):
"""${3:Test case docstring}"""
def setUp(self):
${3:pass}
def tearDown(self):
${4:pass}
def test_${5:name}(self):
${6:pass}
def tearDown(self):
${5:pass}
def test_${6:name}(self):
${7:pass}
endsnippet
# vim:ft=snippets: