From d045f879acb901767692b202f846696781e3a29f Mon Sep 17 00:00:00 2001 From: kira0204 Date: Mon, 19 Feb 2018 22:56:52 +0530 Subject: [PATCH] Extensive testing --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 2e5c586e9..f8e12ea9a 100644 --- a/README.rst +++ b/README.rst @@ -95,6 +95,12 @@ requirements installed, and you can run the full test suite (including tests for tox +If you want to conduct an extensive testing with full coverage report, you can run it using the following command: + +.. code-block:: bash + + tox -- --verbose --cov-report=term + For speedier testing, we recommend you run `pytest`_ directly on individual test files or folders: .. code-block:: bash