From 8ce837d0b22f612cd748d3546776f24765a1b270 Mon Sep 17 00:00:00 2001 From: "Steininger, Theo (theos)" <theos@mpa-garching.mpg.de> Date: Fri, 31 Mar 2017 10:09:58 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3b1443a50..2ba6d425c 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,19 @@ Alternatively, a private or user specific installation can be done by: pip install --user ift_nifty +### Running the tests + +In oder to run the tests one needs two additional packages: + + pip install nose + pip install parameterized + +Afterwards the tests (including a coverage report) are run using the following +command in the repository root: + + nosetests --exe --cover-html + + ### First Steps For a quickstart, you can browse through the [informal -- GitLab