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 ccdf1a61c4 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)
7 years ago
..
cli Fix unit tests which modify the source tree. (#45763) 7 years ago
config
contrib
errors
executor Fix unittests for always adding basic to the AnsiBallZ zips 8 years ago
inventory_test_data/group_vars
mock
module_utils docker_* modules: simplify idempotency comparisons (#47709) 7 years ago
modules [2.7] nmcli: backport of #42415 (#46814) 7 years ago
parsing
playbook [stable-2.7] Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833). 7 years ago
plugins Fix prompt mismatch issue for ios (#47004) 7 years ago
template
utils
vars
__init__.py
ansible.cfg
conftest.py Run unit tests in parallel. (#45812) 7 years ago
test_constants.py