From d045f879acb901767692b202f846696781e3a29f Mon Sep 17 00:00:00 2001 From: kira0204 Date: Mon, 19 Feb 2018 22:56:52 +0530 Subject: Extensive testing --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 2e5c586e..f8e12ea9 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 -- cgit v1.2.3 From 69dbd1da61e6e452da63c63fba1d810b269f459d Mon Sep 17 00:00:00 2001 From: kira0204 Date: Sat, 24 Feb 2018 12:17:22 +0530 Subject: Better language --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f8e12ea9..a27876fa 100644 --- a/README.rst +++ b/README.rst @@ -95,7 +95,7 @@ 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: +To run complete tests with a full coverage report, you can use the following command: .. code-block:: bash -- cgit v1.2.3