MCPcopy Create free account
hub / github.com/modelscope/modelscope / run_non_parallelizable_test_suites

Function run_non_parallelizable_test_suites

tests/run.py:382–386  ·  view source on GitHub ↗
(suites, result_dir)

Source from the content-addressed store, hash-verified

380
381
382def run_non_parallelizable_test_suites(suites, result_dir):
383 cmd = ['python', 'tests/run.py', '--result_dir', result_dir, '--suites']
384 for suite in suites:
385 cmd.append(suite)
386 run_command_with_popen(cmd)
387
388
389def run_in_subprocess(args):

Callers 1

run_in_subprocessFunction · 0.85

Calls 2

run_command_with_popenFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…