MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / runningInParallel

Method runningInParallel

test/common.py:808–809  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

806 os.chdir(self.working_dir)
807
808 def runningInParallel(self):
809 return getattr(self, 'is_parallel', False)
810
811 def tearDown(self):
812 if self.runningInParallel() and not EMTEST_SAVE_DIR:

Callers 2

setUpMethod · 0.95
tearDownMethod · 0.95

Calls 1

getattrFunction · 0.50

Tested by

no test coverage detected