Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setUp
Method · 0.95
tearDown
Method · 0.95
Calls
1
getattr
Function · 0.50
Tested by
no test coverage detected