summaryrefslogtreecommitdiff
path: root/snippets/python-mode/numpy-testing
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/python-mode/numpy-testing')
-rw-r--r--snippets/python-mode/numpy-testing7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/numpy-testing b/snippets/python-mode/numpy-testing
new file mode 100644
index 0000000..fbfb238
--- /dev/null
+++ b/snippets/python-mode/numpy-testing
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: numpy testing
+# key: npt
+# group: imports
+# --
+import numpy.testing as npt
+$0