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
Traceback (most recent call last):
File "robotmetrics.py", line 411, in
kwpp = round(passed_keywords*100.0/total_keywords,2)
ZeroDivisionError: float division by zero
This error is coming when robot file don't have any keywords but only test cases.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "robotmetrics.py", line 411, in
kwpp = round(passed_keywords*100.0/total_keywords,2)
ZeroDivisionError: float division by zero
This error is coming when robot file don't have any keywords but only test cases.
The text was updated successfully, but these errors were encountered: