Skip to content

Commit

Permalink
Added the note about ipdb to CONTRIBUTING.rst (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
mind1m authored and asvetlov committed Jul 23, 2016
1 parent e2c2e71 commit a1b907b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ After that please install libraries required for development::
We also recommend to install *ipdb* but it's on your own::

$ pip install ipdb
.. note::
If you plan to use ``ipdb`` within the test suite, use::
$ make vtest
to run the tests.

Congratulations, you are ready to run the test suite

Expand Down

0 comments on commit a1b907b

Please sign in to comment.