# -*- mode: snippet -*-
# name: deftest
# key: dt
# group: testing
# --
def test_${1:long_name}(self):
$0