Fix typo in readme.

This commit is contained in:
Ashok Argent-Katwala
2020-05-01 07:25:49 -04:00
committed by Bruno Oliveira
parent e8bbb4db2a
commit b4fb97a6e0

View File

@@ -311,8 +311,8 @@ Additionally, during a test run, the following environment variable is defined:
* ``PYTEST_XDIST_TESTRUNUID``: the unique id of the test run. * ``PYTEST_XDIST_TESTRUNUID``: the unique id of the test run.
Acessing ``sys.argv`` from the master node in workers Accessing ``sys.argv`` from the master node in workers
----------------------------------------------------- ------------------------------------------------------
To access the ``sys.argv`` passed to the command-line of the master node, use To access the ``sys.argv`` passed to the command-line of the master node, use
``request.config.workerinput["mainargv"]``. ``request.config.workerinput["mainargv"]``.