# -*- mode: snippet -*-
# name: pytest def
# key: td
# group: testing
# --
def test_${1:name}():
    $0