From 0c126001125e3fd4b39a892d49cc37f7f1fc5f58 Mon Sep 17 00:00:00 2001 From: pbrod Date: Wed, 11 Nov 2015 23:03:53 +0100 Subject: [PATCH] Updated README.rst in order to test travis-CI --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ====