Home
last modified time | relevance | path

Searched refs:workerinput (Results 1 – 17 of 17) sorted by relevance

/dports/devel/py-pytest-xdist/pytest-xdist-1.32.0/src/xdist/
H A Dremote.py24 self.workerid = config.workerinput.get("workerid", "?")
25 self.testrunuid = config.workerinput["testrunuid"]
234 workerinput, args, option_dict, change_sys_path = channel.receive() variable
243 os.environ["PYTEST_XDIST_TESTRUNUID"] = workerinput["testrunuid"]
244 os.environ["PYTEST_XDIST_WORKER"] = workerinput["workerid"]
245 os.environ["PYTEST_XDIST_WORKER_COUNT"] = str(workerinput["workercount"])
254 config._parser.prog = os.path.basename(workerinput["mainargv"][0])
255 config.workerinput = workerinput
258 config.slaveinput = config.workerinput
H A Dplugin.py225 return request.config.workerinput["workerid"]
234 return request.config.workerinput["testrunuid"]
H A Dworkermanage.py224 self.workerinput = {
233 self.slaveinput = self.workerinput
269 self.channel.send((self.workerinput, args, option_dict, change_sys_path))
/dports/devel/py-pytest-mypy/pytest-mypy-0.8.1/src/
H A Dpytest_mypy.py45 workerinput = None
47 workerinput = getattr(config_node, attr_name, None)
48 if workerinput is not None:
50 return workerinput
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/testing/plugin/
H A Dpytestplugin.py90 plugin_base.restore_important_follower_config(config.workerinput)
91 plugin_base.configure_follower(config.workerinput["follower_ident"])
122 plugin_base.memoize_important_follower_config(node.workerinput)
124 node.workerinput["follower_ident"] = "test_%s" % uuid.uuid4().hex[0:12]
127 provision.create_follower_db(node.workerinput["follower_ident"])
132 provision.drop_follower_db(node.workerinput["follower_ident"])
/dports/devel/py-pytest-cov/pytest-cov-2.9.0/src/pytest_cov/
H A Dengine.py14 from .compat import workerinput
274 workerinput(node).update({
344 … self.is_collocated = (socket.gethostname() == workerinput(self.config)['cov_master_host'] and
345 self.topdir == workerinput(self.config)['cov_master_topdir'])
349 master_topdir = workerinput(self.config)['cov_master_topdir']
H A Dcompat.py49 workerinput = _attrgetter(worker + 'input') variable
H A Dplugin.py199 return compat.workerinput(session.config, None) is not None
216 compat.workerinput(session.config)
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/testing/plugin/
H A Dpytestplugin.py88 plugin_base.restore_important_follower_config(config.workerinput)
89 plugin_base.configure_follower(config.workerinput["follower_ident"])
170 plugin_base.memoize_important_follower_config(node.workerinput)
172 node.workerinput["follower_ident"] = "test_%s" % uuid.uuid4().hex[0:12]
175 provision.create_follower_db, node.workerinput["follower_ident"]
183 provision.drop_follower_db, node.workerinput["follower_ident"]
/dports/devel/py-pytest-randomly/pytest-randomly-3.5.0/src/
H A Dpytest_randomly.py104 seed = config.workerinput["randomly_seed"]
118 node.workerinput["randomly_seed"] = node.config.getoption("randomly_seed")
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_junitxml.py876 workerinput = None variable in test_dont_configure_on_workers.FakeConfig
896 FakeConfig.workerinput = None
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_junitxml.py876 workerinput = None variable in test_dont_configure_on_workers.FakeConfig
896 FakeConfig.workerinput = None
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_junitxml.py876 workerinput = None variable in test_dont_configure_on_workers.FakeConfig
896 FakeConfig.workerinput = None
/dports/devel/py-pytest-xdist/pytest-xdist-1.32.0/
H A DCHANGELOG.rst142 …st-dev/pytest-xdist/issues/388>`_: ``mainargv`` is made available in ``workerinput`` from the host…
144 This can be used via ``request.config.workerinput["mainargv"]``.
H A DREADME.rst318 ``request.config.workerinput["mainargv"]``.
H A DPKG-INFO326 ``request.config.workerinput["mainargv"]``.
/dports/devel/py-pytest-xdist/pytest-xdist-1.32.0/src/pytest_xdist.egg-info/
H A DPKG-INFO326 ``request.config.workerinput["mainargv"]``.