summaryrefslogtreecommitdiff
path: root/snippets/python-mode/pytest-def
blob: 682b009c8fdafbeeabc390bce5bb9b71462dc0ba (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: pytest def
# key: td
# group: testing
# --
def test_${1:name}($2):
    $0