From 069f959690d978d9fe09635d29061040f4b35632 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 1 May 2020 18:56:09 +0200 Subject: [PATCH] Fix docs format --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6167148..58db4b4 100644 --- a/README.rst +++ b/README.rst @@ -309,7 +309,7 @@ wanted to create a separate database for each test run: 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 -----------------------------------------------------