add support for auto-converting to expected value type for easyconfig parameters#1428
Conversation
There was a problem hiding this comment.
self.assertEqual(convert_value_type('1.6', int), 1) ?
There was a problem hiding this comment.
self.assertEqual(convert_value_type('5', float), 5.0) ?
|
lgtm |
|
nothing to add here :) |
|
EasyBuild framework unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/2200/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
EasyBuild framework unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/2201/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
add support for auto-converting to expected value type for easyconfig parameters
No description provided.