-
Notifications
You must be signed in to change notification settings - Fork 2
Improve overwrite parameter methodology #159
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
…ssues Caution: Self test does not run until the issues are not solved! test-fullautomation/robotframework-testsuitesmanagement#223 test-fullautomation/robotframework-testsuitesmanagement#224 test-fullautomation/robotframework-testsuitesmanagement#225
…_and_documentation_extensions Added self test cases JPP_0507, JPP_0508, JPP_0509
HolQue
left a comment
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.
JPP_0508 successful now!
JPP_0507 and JPP_0509 fail.
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.
Hi Son,
thank you for your pull-request.
Can you please replace hardcoded strings like "__handleDuplicatedKey__" or "__RecursiveInitialValue__" with enums.
Using strings is very error prone.
Enums: https://docs.python.org/3/howto/enum.html
Thank you,
Thomas
Caution: Self test does not run until the issues are not solved!
…_and_documentation_extensions Extended self test JPP_1000; added self test JPP_1001
* Replaced '-' by '_' in alls tests * Activated test case JPP_0205 (successful now)
…_and_documentation_extensions Maintenance
test-fullautomation
left a comment
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.
Hi Son,
looks good to me!
Thank you,
Thomas
No description provided.