MCPcopy Index your code
hub / github.com/python/cpython / test_ddir_multiple_workers

Method test_ddir_multiple_workers

Lib/test/test_compileall.py:337–339  ·  view source on GitHub ↗

Recursive compile_dir ddir= contains package paths; bpo39769.

(self)

Source from the content-addressed store, hash-verified

335
336 @skipUnless(_have_multiprocessing, "requires multiprocessing")
337 def test_ddir_multiple_workers(self):
338 """Recursive compile_dir ddir= contains package paths; bpo39769."""
339 return self._test_ddir_only(ddir="<a prefix>", parallel=True)
340
341 def test_ddir_empty_only_one_worker(self):
342 """Recursive compile_dir ddir='' contains package paths; bpo39769."""

Callers

nothing calls this directly

Calls 1

_test_ddir_onlyMethod · 0.95

Tested by

no test coverage detected