diff --git a/README.md b/README.md index 3b1443a50619088fd554de05868b593aae7ccefd..2ba6d425c5c1f391ebd2e256bd743c4956424e0e 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