summaryrefslogtreecommitdiff
path: root/snippets/python-mode/test-method
blob: ee6091201cc7a55824eead058ef288fb8addb16f (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# key: tm
# group: testing
# Copied from builtin deftest and given new key.
# --
def test_${1:long_name}(self):
    $0