-
Notifications
You must be signed in to change notification settings - Fork 30
Simplifying patch #420
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
Simplifying patch #420
Conversation
…ch into simple_patch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rhysrevans3 Looks really good. Should we add some tests for this?
@jonhealy1 I've added a couple of tests for the new nest creation functionality for merge patch. There are already some tests for the two patch types. Let me know if you think there's any coverage I've missed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the tests! Nice work.
Description:
PR Checklist:
pre-commit run --all-files
)make test
)