From fdbfa9f21b8fbc6f8bf35003ed0240de89376654 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 25 May 2020 10:06:11 +0200 Subject: Add the assert and pass snippets for python-mode --- .emacs.d/snippets/python-mode/assert | 6 ++++++ .emacs.d/snippets/python-mode/pass | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 .emacs.d/snippets/python-mode/assert create mode 100644 .emacs.d/snippets/python-mode/pass 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 @@ +# -*- mode: snippet -*- +# name: assert +# key: ass +# group: testing +# -- +assert $0 \ No newline at end of file diff --git a/.emacs.d/snippets/python-mode/pass b/.emacs.d/snippets/python-mode/pass new file mode 100644 index 0000000..4734f7f --- /dev/null +++ b/.emacs.d/snippets/python-mode/pass @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: pass +# key: ps +# -- +pass \ No newline at end of file -- cgit v1.3