Home
last modified time | relevance | path

Searched refs:worker_args (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/libregrtest/
Druntest_mp.py37 worker_args = (ns_dict, testname)
38 worker_args = json.dumps(worker_args)
43 '--worker-args', worker_args]
61 def run_tests_worker(worker_args): argument
62 ns_dict, testname = json.loads(worker_args)
Dmain.py569 elif self.ns.worker_args:
570 ns_dict, _ = json.loads(self.ns.worker_args)
598 if self.ns.worker_args is not None:
600 run_tests_worker(self.ns.worker_args)
/external/python/cpython3/Lib/test/
Dtest_regrtest.py71 self.assertEqual(ns.worker_args, '[[], {}]')