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
'python_errors': 'Could run {}/{} unittests ({}%). Of the ones which ran, could run: {}/{} tests ({}%)'.format(
160
-
_all_runs, _all_total, _percent_all_runs,
167
+
'python_errors': 'Could run {0}/{1} unittests ({2:.2f}%). Unittests which pass completely: {3:.2f}%. Of the ones which ran, could run: {4}/{5} tests ({6:.2f}%)'.format(
0 commit comments