-
Notifications
You must be signed in to change notification settings - Fork 36
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
[CHANGE][GWELLS-2189] Add well signals tests #2220
Conversation
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.
Worth adding the teams comment to the PR description for future reference
two things to note about the tests:
They follow the arrange act assert pattern
The naming convention is: "method_being_tested__current_state__expected_outcome"
self.assertEqual(well.utm_zone_code, 10) | ||
self.assertEqual(well.utm_easting, 533470) | ||
self.assertEqual(well.utm_northing, 5456461) | ||
|
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.
Final line has whitespace in it, being flagged
Tried to add it as a suggestion for simplicity but it just wanted to remove the line instead
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.
Quality Gate passedIssues Measures |
Pull Request Standards
HOTFIX
,FEATURE
,etc
][GWELLS-###]
README
,functions
,team documents
]Description
This PR includes the following proposed change(s):