Skip to content
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

Write actual output for comparison in migration tests #15

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

ryangreenberg
Copy link
Contributor

This PR changes the test runner to write the actual output to a file in the test directory for migration tests. This makes it easy to diff and easy to accept changes if actual.txt is correct (instead of copying individual changes from input to output, you can cp actual.txt output.txt)

This change also adds these files to .gitignore.

@muglug
Copy link
Collaborator

muglug commented Mar 25, 2024

Nice!

@ryangreenberg ryangreenberg marked this pull request as ready for review March 25, 2024 19:13
@muglug muglug merged commit 98f09ab into main Mar 25, 2024
2 checks passed
@muglug muglug deleted the actual_for_test_comparison branch March 25, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants