Skip to content

Commit

Permalink
[REF] README: Add tox params to run unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Jan 13, 2025
1 parent 4a40b2f commit 56b2607
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 56b2607

Please sign in to comment.