aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f28ec874..397b597d 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
+To run complete tests with a full coverage report, you can use 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