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

Function print_abnormal_case_info

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

Source from the content-addressed store, hash-verified

513
514
515def print_abnormal_case_info(df):
516 df = df.loc[(df['Result'] == 'Error') | (df['Result'] == 'Failures')]
517 for _, row in df.iterrows():
518 print('Case %s run result: %s, msg:\n%s' %
519 (row['Name'], row['Result'], row['Info']))
520
521
522def print_table_result(df):

Callers 2

run_in_subprocessFunction · 0.85
mainFunction · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…