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

Method test_ddir_only_one_worker

Lib/test/test_compileall.py:332–334  ·  view source on GitHub ↗

Recursive compile_dir ddir= contains package paths; bpo39769.

(self)

Source from the content-addressed store, hash-verified

330 self.assertIn(f'"{expected_in}"', os.fsdecode(err))
331
332 def test_ddir_only_one_worker(self):
333 """Recursive compile_dir ddir= contains package paths; bpo39769."""
334 return self._test_ddir_only(ddir="<a prefix>", parallel=False)
335
336 @skipUnless(_have_multiprocessing, "requires multiprocessing")
337 def test_ddir_multiple_workers(self):

Callers

nothing calls this directly

Calls 1

_test_ddir_onlyMethod · 0.95

Tested by

no test coverage detected