diff options
author | Pauli Virtanen <pav@iki.fi> | 2013-02-16 15:54:23 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2013-02-16 17:32:34 +0200 |
commit | c5efee88abd79f2338b28267377fe31be7dfa0f4 (patch) | |
tree | 50ce0e22dcb1e18d9fe7df3b288cb1b4a15a1bb7 /doc/sphinxext/numpydoc/tests/test_plot_directive.py | |
parent | cc832530ef784723953dcb3ae943d95da6afb557 (diff) | |
download | numpy-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.py | 3 |
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... |