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