We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dbd05 commit 1276df4Copy full SHA for 1276df4
README.rst
@@ -223,6 +223,12 @@ defined:
223
The information about the worker_id in a test is stored in the ``TestReport`` as
224
well, under the ``worker_id`` attribute.
225
226
+Acessing ``sys.argv`` from the master node in workers
227
+-----------------------------------------------------
228
+
229
+To access the ``sys.argv`` passed to the command-line of the master node, use
230
+``request.config.workerinput["mainargv"]``.
231
232
233
Specifying test exec environments in an ini file
234
------------------------------------------------
0 commit comments