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
Sloane Hertel b17557ae8e
Add check_mode tests for shell/command/script and make skipped=True/changed=True mutually exclusive (#76429)
* Add additional tests for check_mode with shell/command/script
* update check_mode documentation: if a module/action is not skipped in check mode and accurately reflects whether a change is made to the remote support should be 'full'
* Make reporting skipped in check mode mutually exclusive with 'changed: True'
* Add missing documented attributes
* Fix tests to expect skipped=True and changed=True do not occur together
* Fix script check_mode support documentation
* Fix earlier changelog
* document platforms attribute
* Use tasks's check mode since the value from PlayContext does not reflect loop items

Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
3 years ago
..
ansible_test ansible-test - Move code from _data to _util. (#75495) 3 years ago
integration Add check_mode tests for shell/command/script and make skipped=True/changed=True mutually exclusive (#76429) 3 years ago
lib/ansible_test Remove shebangs from core Python modules. (#76664) 3 years ago
sanity Add missing typing import for _distro.py. 3 years ago
support ansible-test pssa update and new rules (#76256) 3 years ago
units facts - Set correct OS family for EuroLinux (#76624) 3 years ago
utils/shippable Fix Windows CI scripts. 3 years ago