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
If there are no failed asserts - tests where exception was raised are not displayed in report.
----------------------------------------------------------------------
Ran 119 tests in 337.634s
FAILED (errors=4)
Although when u got some failed asserts and some raised exceptions, they are all displayed in report file as it should be.
----------------------------------------------------------------------
Ran 174 tests in 392.531s
FAILED (failures=4, errors=9)
So, the problem is that test that failed because of exception are not included in report file, unless there are some tests that failed because of assert.
The text was updated successfully, but these errors were encountered:
If there are no failed asserts - tests where exception was raised are not displayed in report.
Although when u got some failed asserts and some raised exceptions, they are all displayed in report file as it should be.
So, the problem is that test that failed because of exception are not included in report file, unless there are some tests that failed because of assert.
The text was updated successfully, but these errors were encountered: