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
The traceback is added conditionally as a comment if a traceback already exists while parsing a new line. This causes the code to not get hit if there is only one test case, or the last one fails.
A quick workaround is to have a dummy test that executes last.
The text was updated successfully, but these errors were encountered:
The traceback is added conditionally as a comment if a traceback already exists while parsing a new line. This causes the code to not get hit if there is only one test case, or the last one fails.
A quick workaround is to have a dummy test that executes last.
The text was updated successfully, but these errors were encountered: