Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/ISA-tools/isa-api
Browse files Browse the repository at this point in the history
  • Loading branch information
djcomlab committed Mar 2, 2017
2 parents 3588cfc + 66b8737 commit e412a1d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,18 @@ if you want to upgrade the requirements already installed.
Now you're ready to get started!

For full instructions on installing and using ``virtualenv`` see `their documentation <https://virtualenv.readthedocs.org>`_.

Running tests
-------------

The tests in the ISA-API rely on datasets available in the test branch of the `ISAdatasets repository <http://github.com/ISA-tools/ISAdatasets>`_.

Thus, the first step for running the tests is to clone that branch under the /tests/data folder:

``git clone -b tests --single-branch http://github.com/ISA-tools/ISAdatasets tests/data``

After that, you can run the test with the usual command:

``python setup.py test``


0 comments on commit e412a1d

Please sign in to comment.