MCPcopy 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
454def flattened_tests(loaded_tests):
455 tests = []
456 for subsuite in loaded_tests:
457 tests.extend(subsuite)
458 return tests
459
460
461def run_tests(options, suite):

Callers 1

load_test_suiteFunction · 0.85

Calls 1

extendMethod · 0.80

Tested by

no test coverage detected