diff --git a/snippets/python.snippets b/snippets/python.snippets index 638a9c4..d38df5b 100644 --- a/snippets/python.snippets +++ b/snippets/python.snippets @@ -140,6 +140,9 @@ snippet " """ ${0:doc} """ +# assertions +snippet a= + self.assertEqual(${0}, ${1}) # test function/method snippet test def test_${1:description}(${2:`indent('.') ? 'self' : ''`}):