Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ flattened_tests
Function
flattened_tests
test/runner.py:454–458 ·
view source on GitHub ↗
(loaded_tests)
Source
from the content-addressed store, hash-verified
452
453
454
def
flattened_tests(loaded_tests):
455
tests = []
456
for
subsuite in loaded_tests:
457
tests.extend(subsuite)
458
return
tests
459
460
461
def
run_tests(options, suite):
Callers
1
load_test_suite
Function · 0.85
Calls
1
extend
Method · 0.80
Tested by
no test coverage detected