-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CT-3078] Improve diff displayed in stdout when a test fails #8558
Comments
Since we're allowing folks to define fixtures in separate csv files, I think it would be good to include the input mock data in the logs as well so they don't have to go splunking through a ton of files. |
@dbeatty10 - I had a chance to spike how this might work with daff here: #8984! |
Ooooh... 🤩 beautiful output and elegant implementation! |
From @dbeatty10 for docs
|
Description
Currently, a failing unit test simply logs both the actual and expected results to stdout:
This may work fine for very small expected results (few rows & columns), but would be difficult to debug for larger results as the diff is not visualized. For example:
Acceptance Criteria
Test failure message displays diff in a readable format
Impact to other teams
None
Will backports be required?
No
Context
The text was updated successfully, but these errors were encountered: