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
fix(excel2resources, excel2properties): cover all cases (DEV-1040) #201
fix(excel2resources, excel2properties): cover all cases (DEV-1040) #201
Conversation
…ound. Using the latest draft to validate, but this will raise an error in the future.
- make script more robust - add column 'gui_attributes' to template - update docs - add unit tests for excel2properties
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.
Looks good overall. I'm concerned the regex might miss some edge cases... and stripping all strings in the beginning would spare you from doing so all over the place.
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.
Could you add one or several more unit tests which test the special characters and numbers cases you discussed? Then we can be sure that it works as expected.
allow multiple superclasses of resources
testdata: include more cases
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 didn't look closely at the tests. Everything else seems good to me - all my comments are of cosmetic nature.
include more special characters
hardcode expectations
…erties() - delete test_validate_ontology() test_tools.py is now a complete collection of all dsp-tools subcommands
Kudos, SonarCloud Quality Gate passed!
|
resolves DEV-1040