summaryrefslogtreecommitdiff
path: root/snippets/python-mode/mock
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/python-mode/mock')
-rw-r--r--snippets/python-mode/mock6
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/python-mode/mock b/snippets/python-mode/mock
new file mode 100644
index 0000000..5c122aa
--- /dev/null
+++ b/snippets/python-mode/mock
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# key: mock
+# group: imports
+# --
+from unittest import mock
+$0