From 3f521e171ac85323b45e7256737c1aa6b86e32e7 Mon Sep 17 00:00:00 2001 From: Luca Venturini Date: Tue, 2 Apr 2019 10:47:46 +0100 Subject: [PATCH] Minor edit to the docs (#136) --- docs/Installation.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/Installation.rst b/docs/Installation.rst index efe7773c7..758ea4ea7 100644 --- a/docs/Installation.rst +++ b/docs/Installation.rst @@ -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