summaryrefslogtreecommitdiff
path: root/snippets/python-mode/test-method
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/python-mode/test-method')
-rw-r--r--snippets/python-mode/test-method8
1 files changed, 8 insertions, 0 deletions
diff --git a/snippets/python-mode/test-method b/snippets/python-mode/test-method
new file mode 100644
index 0000000..e0e1be9
--- /dev/null
+++ b/snippets/python-mode/test-method
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: test method
+# key: tm
+# group: testing
+# Copied from builtin deftest and given new key.
+# --
+def test_${1:long_name}(self):
+ $0 \ No newline at end of file