diff --git a/UltiSnips/python.snippets b/UltiSnips/python.snippets index e35b52f..f53cf88 100644 --- a/UltiSnips/python.snippets +++ b/UltiSnips/python.snippets @@ -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: