You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("Expected exactly two columns in parseFailureRows relation (got: %s)"%json.dumps(parseFailureRows), file=sys.stderr)
153
153
154
154
iflen(missingSummaryModelCsvRows) !=0:
155
-
print("Tests for some SSV rows were requested that were not in scope (SummaryModelCsv.row does not hold):\n"+"\n".join(r[0] forrinmissingSummaryModelCsvRows))
155
+
print("Tests for some CSV rows were requested that were not in scope (SummaryModelCsv.row does not hold):\n"+"\n".join(r[0] forrinmissingSummaryModelCsvRows))
156
156
sys.exit(1)
157
157
iflen(parseFailureRows) !=0:
158
158
print("The following rows failed to generate any test case. Check package, class and method name spelling, and argument and result specifications:\n%s"%"\n".join(r[0] +": "+r[1] forrinparseFailureRows), file=sys.stderr)
0 commit comments