ansible-collections.communi.../tests/unit/plugins/modules
Akim Lindberg 5042905471
fix(api): fixed a bug when splitting the argument string (#45)
* fix(api): fixed a bug when splitting the argument string

* fix(api): added the shlex module for splitting

* fix(api): added the shlex module for splitting

* fix(api): moved shlex.split to self method split_params

* Fix indentation.

* Implement custom splitting algorithm.

* Raise AssertionError in case of internal error.

* Update plugins/modules/api.py

this is correct thanks !

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Nikolay Dachev <nikolay@dachev.info>
2021-09-29 15:02:28 +02:00
..
fixtures Verbose config extra fact (#23) 2021-03-29 19:05:10 +02:00
__init__.py Add networking (#1) 2020-10-26 15:18:40 +01:00
routeros_module.py Add networking (#1) 2020-10-26 15:18:40 +01:00
test_api.py fix(api): fixed a bug when splitting the argument string (#45) 2021-09-29 15:02:28 +02:00
test_command.py Add networking (#1) 2020-10-26 15:18:40 +01:00
test_facts.py Fix sanity failures (#43) 2021-08-12 08:53:21 +02:00
utils.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#38) 2021-06-27 09:53:45 +02:00