summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/assert
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/python-mode/assert')
-rw-r--r--.emacs.d/snippets/python-mode/assert6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/assert b/.emacs.d/snippets/python-mode/assert
new file mode 100644
index 0000000..ec82efe
--- /dev/null
+++ b/.emacs.d/snippets/python-mode/assert
@@ -0,0 +1,6 @@
1# -*- mode: snippet -*-
2# name: assert
3# key: ass
4# group: testing
5# --
6assert $0 \ No newline at end of file