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
Felix Fontein c64f15ecf7 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

(cherry picked from commit 73533d3fc2)
6 years ago
..
cli Fix unit tests which modify the source tree. (#45763) 6 years ago
config [stable-2.6] Fix another corner case of too many warnings for world readable current working directory 6 years ago
contrib Update vmware_inventory (#26308) 7 years ago
errors test/: PEP8 compliancy (#24803) 8 years ago
executor module_common: handle None value for templar (#36651) 7 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 10 years ago
mock avoid caching invetnory sources in loader (#38242) 7 years ago
module_utils docker_* modules: simplify idempotency comparisons (#47709) 6 years ago
modules [stable-2.6] Mocking out __future__ could cause problems 6 years ago
parsing [stable-2.6] Support nested JSON decoding in AnsibleJSONDecoder (#45924) 6 years ago
playbook Fix multiple var files combining (followup to #36357) 6 years ago
plugins Fix remote_tmp when become with non admin user (#42396) 6 years ago
template Remove duplicated "instead" word (#38800) 7 years ago
utils [aws unit test utils] only create a recordings directory when the env var is set (#45752) 6 years ago
vars Miscellaneous pylint fixes. 7 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
ansible.cfg Fix ansible-test config management. 7 years ago
conftest.py Run unit tests in parallel. (#45812) 6 years ago
test_constants.py 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 8 years ago