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

Function print_abnormal_case_info

tests/run.py:507–510  ·  view source on GitHub ↗
(df)

Source from the content-addressed store, hash-verified

505
506
507def print_abnormal_case_info(df):
508 df = df.loc[(df['Result'] == 'Error') | (df['Result'] == 'Failures')]
509 for _, row in df.iterrows():
510 print('Case %s run result: %s, msg:\n%s' % (row['Name'], row['Result'], row['Info']))
511
512
513def print_table_result(df):

Callers 2

run_in_subprocessFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected