You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/module_utils
Felix Fontein 73533d3fc2 docker_* modules: simplify idempotency comparisons (#47709)
* More generic comparison code from docker_container to docker_common.

* More flexibility if a is None and method is allow_to_present.

Note that this odes not affect docker_container, as there a is never None.

* Update docker_secret and docker_config: simplify labels comparison.

* Added unit tests.

* Use proper subsequence test for allow_more_present for lists.

Note that this does not affect existing code in docker_container, since lists
don't use allow_more_present. Using allow_more_present will only be possible
in Ansible 2.8.

* pep8
6 years ago
..
aws Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
basic Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
cloud Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
common Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
ec2 Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
facts Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
gcp Enable additional pylint rules and resolve issues found. (#47221) 6 years ago
json_utils Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
net_tools Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
network Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
parsing Consolidate boolean/mk_boolean conversion functions into a single location 7 years ago
urls Fixing HTTPError case of fetch_url for Python 3 compatibility. (#45628) 6 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
conftest.py Python 3.8 collections compatibility fixes. 6 years ago
test_database.py Fix unit test parametrize order on Python 3.5. 6 years ago
test_distribution_version.py Fix parametrize warning in unit tests. 6 years ago
test_docker_common.py docker_* modules: simplify idempotency comparisons (#47709) 6 years ago
test_known_hosts.py Fix unit test parametrize order on Python 3.5. 6 years ago
test_postgresql.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_text.py Porting tests to pytest (#33387) 7 years ago