Skip to content
Snippets Groups Projects
Commit 9d88cda1 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Add a note to the "Contributing" page to suggest enable concurrency when running the tests locally.

parent 0beddf10
No related branches found
No related tags found
No related merge requests found
Pipeline #99296 failed
......@@ -21,8 +21,9 @@ Testing
=======
diffoscope's test suite relies on `pytest <https://docs.pytest.org/>`__;
to run all tests use ``pytest[-3]``. For faster interactive development
here's an example of how to run a (much) smaller subset of tests:
to run all tests use ``pytest[-3]``, appending ``-n 4`` or similar to enable
running tests concurrently. For faster interactive development here's an
example of how to run a (much) smaller subset of tests:
pytest -v --exitfirst -k lib tests/comparators/test_elf.pyc [ --pdb ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment