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
I have searched the existing issues for this feature request and I know that duplicates will be closed
Is your feature request related to a problem?
This request is related with tests results that output long assertions like a schema validation.
At this time, the output is on a single line that can be difficult to follow (see image below).
Describe the solution you'd like
Format the test result so it displays each error on a different line.
Example:
AssertionError: expected data to satisfy schema but found following errors:
data.timestamp_end should be >= 9466776000000
data.distance should be >= 0
data.distance should be <= 10000
Describe alternatives you've considered
For now, I am pasting the line on a text editor and replacing the comma that separates the errors with a new line.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing request for this feature?
Is your feature request related to a problem?
This request is related with tests results that output long assertions like a schema validation.
At this time, the output is on a single line that can be difficult to follow (see image below).
Describe the solution you'd like
Format the test result so it displays each error on a different line.
Example:
AssertionError: expected data to satisfy schema but found following errors:
Describe alternatives you've considered
For now, I am pasting the line on a text editor and replacing the comma that separates the errors with a new line.
Additional context
No response
The text was updated successfully, but these errors were encountered: