summaryrefslogtreecommitdiff
path: root/doc/sphinxext/numpydoc/tests/test_plot_directive.py
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2013-02-16 15:54:23 +0200
committerPauli Virtanen <pav@iki.fi>2013-02-16 17:32:34 +0200
commitc5efee88abd79f2338b28267377fe31be7dfa0f4 (patch)
tree50ce0e22dcb1e18d9fe7df3b288cb1b4a15a1bb7 /doc/sphinxext/numpydoc/tests/test_plot_directive.py
parentcc832530ef784723953dcb3ae943d95da6afb557 (diff)
downloadnumpy-c5efee88abd79f2338b28267377fe31be7dfa0f4.tar.gz
TST: numpydoc: add stub test files, to check that files at least import
Diffstat (limited to 'doc/sphinxext/numpydoc/tests/test_plot_directive.py')
-rw-r--r--doc/sphinxext/numpydoc/tests/test_plot_directive.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/sphinxext/numpydoc/tests/test_plot_directive.py b/doc/sphinxext/numpydoc/tests/test_plot_directive.py
new file mode 100644
index 000000000..3496d2c29
--- /dev/null
+++ b/doc/sphinxext/numpydoc/tests/test_plot_directive.py
@@ -0,0 +1,3 @@
+import numpydoc.plot_directive
+
+# No tests at the moment...