aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/assertTrue
blob: 7c07d30f6e53929e639a884f67691ade896da7e3 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: assertTrue
# key: at
# uuid: at
# group: testing
# --
self.assertTrue($0)