Testing
=======
-Run internal unit tests with::
+Run internal unit tests using Nose_::
- $ python -m FFT_tools
+ $ nosetests --with-doctest --doctest-tests -vv FFT_tools.py
If you want to plot the test results (useful for debugging), you'll
-need to install matplotlib_. Then run::
-
- $ python -m FFT_tools --plot
+need to install matplotlib_ and set ``TEST_PLOTS`` to ``True`` in
+``FFT_tools.py`` before invoking Nose.
Licence
=======
https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
.. _Sphinx: http://sphinx-doc.org/
.. _numpydoc: https://github.com/numpy/numpy/tree/master/doc/sphinxext
+.. _Nose: http://somethingaboutorange.com/mrl/projects/nose/
.. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.txt