Skip to content

Commit

Permalink
DOC: Update testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
robertopreste committed Apr 12, 2020
1 parent 453094e commit 2489d8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ Ready to contribute? Here's how to set up ``mitoviz`` for local development.
Now you can make your changes locally.

5. When you're done making changes, check that your changes pass flake8 and the
tests, including testing other Python versions with tox::
tests, including testing other Python versions with tox. In order to test mitoviz,
you'll also need to clone the ``mitoviz_testimgs`` repo to the right location::

$ git clone https://github.com/robertopreste/mitoviz_testimgs.git mitoviz/tests/imgs
$ python -m ci flake8
$ pytest
$ tox
Expand Down

0 comments on commit 2489d8f

Please sign in to comment.