ansible-collections.communi.../tests/unit/plugins/modules
Felix Fontein 3d80ccec5f
Add api_facts module (#88)
* Add API docs fragment.

* Improve documentation.

* Move API code to api module_utils.

* Improve docs.

* Add api_facts module.

Does not yet support 'config'. I'm not sure whether that's actually
possible with the API.

* Convert subnet to integer if possible.

* Cleanup.

* Linting and fix tests.

* Remove things that make no sense.

* Simplify code.

* Add basic tests.

* Lint.
2022-05-12 16:17:43 +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
fake_api.py Add api_facts module (#88) 2022-05-12 16:17:43 +02:00
routeros_module.py Add networking (#1) 2020-10-26 15:18:40 +01:00
test_api.py Add api_facts module (#88) 2022-05-12 16:17:43 +02:00
test_api_facts.py Add api_facts module (#88) 2022-05-12 16:17:43 +02:00
test_command.py Make command always return changed=true. (#50) 2021-10-09 13:36:14 +02: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