-
-
Notifications
You must be signed in to change notification settings - Fork 48
Issue #286: Fix wrong indentation of derived type #305
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
Add division sign, allow spaces in values of parameters. Extend unittests with patameters variables
Trim trailing whitespaces. Modify one test and add one more parameter_val test with multiline definition.
Codecov Report
@@ Coverage Diff @@
## master #305 +/- ##
=======================================
Coverage 86.98% 86.98%
=======================================
Files 12 12
Lines 4580 4581 +1
=======================================
+ Hits 3984 3985 +1
Misses 596 596
|
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.
Please don't change or invalidate existing tests for a modification.
None of the existing tests should have to change line numbers/column numbers.
You can add a test to demonstrate the issue that is being solved.
Also, please link to the corresponding Issue.
I am converting this to a draft. Please mark as ready for review when the PR is ready. |
@gnikit , Sorry, You are right, I turn back modified tests and add new one for current Issue. As I understood it's enough just to add new commit without any additional manipulations. |
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.
Please update with relevant comments and slim down the test case, to only test the unit of code introduced.
Also update the CHANGELOG, with a matching style and descriptions as the other entries under
Fixed
.
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.
I updated the docstring, since they are used as unit tests.
I will merge once the checks pass.
refuse spaces in middle of derived types, add one test