From 20c203ed42ce8d9868e356974d4777d362dbf0d0 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 22 Jul 2013 00:43:48 -0400 Subject: add pytest function snippet --- snippets/python-mode/testfunc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 snippets/python-mode/testfunc (limited to 'snippets') diff --git a/snippets/python-mode/testfunc b/snippets/python-mode/testfunc new file mode 100644 index 0000000..efa4ca3 --- /dev/null +++ b/snippets/python-mode/testfunc @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# name: pytest test definition +# key: deft +# -- +def test_${1:name}($2): + $0 \ No newline at end of file -- cgit v1.2.3