Merge pull request #588 from pelmini/fix_readme

This commit is contained in:
Bruno Oliveira
2020-08-24 14:46:33 -03:00
committed by GitHub

View File

@@ -67,7 +67,7 @@ a checkout of the `pytest-xdist repository`_ ::
Speed up test runs by sending tests to multiple CPUs
----------------------------------------------------
To send tests to multiple CPUs, use the ``-n`` (or ``-numprocesses``) option::
To send tests to multiple CPUs, use the ``-n`` (or ``--numprocesses``) option::
pytest -n NUMCPUS