ansible/test/support
Matt Martz 1f5afcd072 Various intentional tests (#72485)
* Add tests for argspec choices type=list

* Add explicit interpreter discovery tests to validate modules returning ansible_facts still set interp

* Add explicit tests for missing_required_lib

* Add explicit tests for recursive_diff

* ci_complete ci_coverage

* Update data to cover more code/tests

* ci_complete ci_coverage

* Add argspec tests for aliases, and no_log

* Forgotten file

* ci_complete ci_coverage

* Add argspec tests for type int

* ci_complete ci_coverage

* Remove incidental_k8s

* ci_complete ci_coverage

* fix missing newline

* Remove incidental_sts_assume_role

* ci_complete ci_coverage

(cherry picked from commit c8590c7482)
2020-11-06 11:47:09 -06:00
..
integration/plugins Various intentional tests (#72485) 2020-11-06 11:47:09 -06:00
network-integration/collections/ansible_collections Replace incidental tests with intentional argspec tests (#72370) 2020-10-28 09:12:09 -07:00
windows-integration Replace incidental tests with intentional argspec tests (#72370) 2020-10-28 09:12:09 -07:00
README.md add readme to test/support (#68450) 2020-03-24 17:15:01 -05:00

IMPORTANT!

Files under this directory are not actual plugins and modules used by Ansible and as such should not be modified. They are used for testing purposes only (and are temporary).

In almost every case, pull requests affecting files under this directory will be closed.

You are likely looking for something under https://github.com/ansible-collections/ instead.