community.docker/tests/unit/plugins/module_utils
Felix Fontein 3b6068e44b
Add docker_context_info module (#1039)
* Vendor parts of the Docker SDK for Python

This is a combination of the latest git version
(db7f8b8bb6)
with some fixes to make it compatible with Python 2.7
and adjusting some imports.

* Polishing.

* Fix bug that prevents contexts to be found when no Docker config file is present.

Ref: https://github.com/docker/docker-py/issues/3190

* Linting.

* Fix typos.

* Adjust more to behavior of Docker CLI.

* Add first iteration of docker_context_info module.

* Improvements.

* Add basic CI.

* Add caveat on contexts[].config result.
2025-02-10 21:59:05 +01:00
..
_api Add docker_context_info module (#1039) 2025-02-10 21:59:05 +01:00
compose_v2_test_cases.py Handle yet another random unstructured error output. (#949) 2024-08-07 15:58:23 +02:00
test__logfmt.py Improve parsing of warnings and errors (#811) 2024-03-03 13:38:55 +00:00
test__scramble.py Remove unnecessary test imports. (#583) 2023-02-12 20:59:51 +01:00
test_compose_v2.py Add more tests. (#980) 2024-10-19 22:07:06 +02:00
test_copy.py Remove unnecessary test imports. (#583) 2023-02-12 20:59:51 +01:00
test_image_archive.py Make image archive/save idempotent, using image id and repo tags as keys (#500) 2022-11-30 23:45:36 +01:00
test_util.py Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#430) 2022-07-20 07:45:33 +02:00