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

Function create_test_suite

test/runner.py:387–391  ·  view source on GitHub ↗
(is_parallel, options)

Source from the content-addressed store, hash-verified

385
386
387def create_test_suite(is_parallel, options):
388 if is_parallel:
389 return parallel_testsuite.ParallelTestSuite(options)
390 else:
391 return unittest.TestSuite()
392
393
394def load_test_suite(args, modules, options):

Callers 1

load_test_suiteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected