diff options
Diffstat (limited to 'snippets/python-mode/pytest')
-rw-r--r-- | snippets/python-mode/pytest | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/pytest b/snippets/python-mode/pytest new file mode 100644 index 0000000..0f5a0ab --- /dev/null +++ b/snippets/python-mode/pytest @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pytest +# key: pt +# group: imports +# -- +import pytest +$0 |