MCPcopy
hub / github.com/modelscope/ms-swift / run_non_parallelizable_test_suites

Function run_non_parallelizable_test_suites

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

Source from the content-addressed store, hash-verified

345
346
347def run_non_parallelizable_test_suites(suites, result_dir):
348 if len(suites) == 0:
349 return
350 cmd = ['python', 'tests/run.py', '--result_dir', result_dir, '--suites']
351 for suite in suites:
352 cmd.append(suite)
353 run_command_with_popen(cmd)
354
355
356# Selected cases:

Callers 1

run_in_subprocessFunction · 0.85

Calls 2

run_command_with_popenFunction · 0.85
appendMethod · 0.80

Tested by

no test coverage detected