diff --git a/README.rst b/README.rst index 2f30ff1..abb6fe9 100644 --- a/README.rst +++ b/README.rst @@ -78,6 +78,15 @@ On the WAFO home page you will find: - List of publications related to WAFO. +Unit tests +========== +To test if the toolbox is working paste the following in an interactive +python session:: + + import wafo as wf + wf.test(coverage=True, doctests=True) + + Note ====