From 56b26079d7faecd6d4d1bd3cc01387fb4e777869 Mon Sep 17 00:00:00 2001 From: "Moises Lopez - https://www.vauxoo.com/" Date: Sun, 12 Jan 2025 21:08:29 -0600 Subject: [PATCH] [REF] README: Add tox params to run unittest --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index 41ad16b..d913549 100644 --- a/README.rst +++ b/README.rst @@ -186,6 +186,21 @@ To run all the tests run:: tox +Use extra parameters to change the test behaviour. + +e.g. particular python version:: + + tox -e py310 + +e.g. particular unittest method:: + + tox -e py310 -- -k test_basic + +e.g. all the tests at the same time in parallel:: + + tox -p auto + + Note, to combine the coverage data from all the tox environments run: .. list-table::