Move test_cli_remapping into test_cli #279
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Feature request
Two packages test command line arguments passed to a node:
test_cli
tests parameters (ex:__params:=/path/to/initialvalues.yaml
) whiletest_cli_remapping
tests remap rules (ex:foo:=/bar/foo
). The remapping test should be moved into thetest_cli
package.Implementation considerations
Bonus points would be to reuse code between the two packages.
The text was updated successfully, but these errors were encountered: