unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/python-mode/test_class
2016-02-18 14:53:30 +01:00

8 lines
131 B
Plaintext

# -*- mode: snippet -*-
# name: test_class
# key: tcs
# group : testing
# --
class Test${1:toTest}(${2:unittest.TestCase}):
$0