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 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .emacs.d/snippets/python-mode/assert (limited to '.emacs.d/snippets/python-mode/assert') 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 -- cgit v1.3