# -*- mode: snippet -*- # name: New unittest # key: testdef # -- def test_${1:name}(self): """${2:docstring} """ $0self.assertTrue(False)