validations-libs/validations_libs/tests/cli
Jiri Podivin 5cad282b80 Expanding parser actions to allow for multiple key-value pairs
KeyValueAction previously allowed only one key=>value pair to be
supplied in the CLI per argument.
While the operator could supply multiple key=>value pairs by repeatedly
using the same argument it was unnecessarily verbose and tedious approach.

Similar behavior is implemented in the tripleoclient validator CLI
by the resulution to the rhbz#1959492 [0].

Tests were adjusted.

[0]https://bugzilla.redhat.com/show_bug.cgi?id=1959492:

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I28c40bb8156d73dd95af9641acaab3cce721be2d
2022-06-27 07:52:35 +00:00
..
__init__.py Create dedicated CLI for the Validation Framework 2021-04-20 11:52:35 +02:00
fakes.py Expanding parser actions to allow for multiple key-value pairs 2022-06-27 07:52:35 +00:00
test_app.py Refactor set_argument_parser to fix shell regression 2021-11-17 00:02:58 +00:00
test_base.py Refactor set_argument_parser to fix shell regression 2021-11-17 00:02:58 +00:00
test_colors.py Unit test refactor 2021-07-28 12:39:24 +02:00
test_common.py Remove six 2022-06-03 08:11:00 +00:00
test_community.py Enforce existing roles and playbooks checks 2021-11-16 15:22:34 +01:00
test_history.py Validation actions refactor 2022-01-21 13:33:22 +01:00
test_list.py Validation actions refactor 2022-01-21 13:33:22 +01:00
test_parseractions.py Expanding parser actions to allow for multiple key-value pairs 2022-06-27 07:52:35 +00:00
test_run.py Expanding parser actions to allow for multiple key-value pairs 2022-06-27 07:52:35 +00:00
test_show.py Remove six 2022-06-03 08:11:00 +00:00