emacs.d/elpa/elpy-20200329.1830/snippets/python-mode/asr

8 lines
126 B
Text
Raw Normal View History

2019-11-23 09:10:03 +01:00
# -*- mode: snippet -*-
# name: Assert Raises
# key: asr
# group: Testing
# --
with self.assertRaises(${1:Exception}):
$0