Skip to content

Commit

Permalink
Minor edit to the docs (EI-CoreBioinformatics#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucventurini committed Apr 2, 2019
1 parent 7bd454d commit 1827fb1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,14 @@ It is possible to test whether Mikado has been built successfully by opening a p
>> import Mikado
>> Mikado.test()

Alternatively, you use pytest:

.. code-block:: bash
$ pytest --pyargs Mikado
.. block-end
This will run all the tests included in the suite. Although code coverage is not perfect yet, it is at 70% for the whole package and over 80% for the core components.
This will run all the tests included in the suite.

.. _GitHub: https://github.com/EI-CoreBioinformatics/mikado

0 comments on commit 1827fb1

Please sign in to comment.