tmt
tmt copied to clipboard
Add test for step data update with CLI options
This functionality has been inside BasePlugin
, and today a bug was reported with its handling of flag-like options. Therefore, this patch:
- extracts the code into a standalone function, complementing the rest of normalization code,
- fixes the bug,
- fixes a few more issues discovered, mostly readability,
- adds a pile of comment WRT various related issues, and
- adds a unit test.