Skip to content

Commit

Permalink
added quick unit test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
shon committed May 3, 2019
1 parent 0025e3d commit 38620bb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,14 @@ Before you submit a pull request, check that it meets these guidelines:
Tips
----

To run a subset of tests::
To run all tests::

$ hug -f service.py
$ nosetests -sxv -c tests/nose.cfg

To run a subset of tests::

$ python -m unittest tests.test_tuesday
$ nosetests -sxv -c tests/test_<module>.py

Deploying
---------
Expand Down

0 comments on commit 38620bb

Please sign in to comment.