-
Notifications
You must be signed in to change notification settings - Fork 57
LIN-161 - unit tests for node transformer. #480
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
Conversation
50ac61e
to
a068771
Compare
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.
Had some questions. The biggest concern is around the extensive use of mocks. Behavioral assertions make low level assumptions about implementation details, making it more time consuming to maintain and are harder to read. I vote for more functional assertions and if we can't do it, we should refactor our code. Happy to continue the discussion on Slack!
…sues with older versions.
…of code to proceed. (mocking that out for now)
e85651a
to
8bac28b
Compare
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.
ship it!
Description
Fixes LIN-161
Type of change
Please delete options that are not relevant.
new test cases
How Has This Been Tested?
unit tests added to tests/unit/transformer/*