Skip to content

Commit

Permalink
Merge pull request privacyidea#1786 from NuvandaPV/1779/add_setup_ins…
Browse files Browse the repository at this point in the history
…tructions_for_nose_to_README

Add setup instructions for nose to the README
  • Loading branch information
Friedrich Weber authored Aug 21, 2019
2 parents d5d08c9 + c383010 commit 0ea0745
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ If you want to setup a development environment start like this::
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
You may additionally want to set up your environment for testing, by adding nose and the additional dependencies::

pip install nose
pip install -r tests/requirements.txt

You may also want to read the blog post about development and debugging at
https://www.privacyidea.org/privacyidea-development-howto/
Expand Down Expand Up @@ -140,6 +145,8 @@ as administrator.
Run tests
=========

If you have followed the steps above to set up your environment for testing, running the test suite should be as easy as running nosetests(1) with the following options::

nosetests -v --with-coverage --cover-package=privacyidea --cover-html

Contributing
Expand Down

0 comments on commit 0ea0745

Please sign in to comment.