1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test
Sam Doran 43a44e6f35
Move utility functions out of basic.py (#51715)
Move the following methods to lib/anisble/module_utils/common/validation.py:

- _count_terms()
- _check_mutually_exclusive()
- _check_required_one_of()
- _check_required_together()
- _check_required_by()
- _check_required_arguments()
- _check_required_if
- fail_on_missing_params() --> create check_missing_parameters()
2019-03-14 21:29:55 -04:00
..
cache Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
env Add env command to ansible-test and run in CI. (#50176) 2018-12-20 22:08:57 -08:00
integration Move utility functions out of basic.py (#51715) 2019-03-14 21:29:55 -04:00
legacy Integration test cleanup for cloudscale modules (#53629) 2019-03-12 17:53:49 +01:00
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner Handle binary files when scanning metadata in python 3 (#53773) 2019-03-14 10:00:30 +10:00
sanity cs_iso: fix missing param "is_public" (#53740) 2019-03-13 19:06:44 +01:00
units Move utility functions out of basic.py (#51715) 2019-03-14 21:29:55 -04:00
utils Fix ansible-test coverage stub memory usage. (#53652) 2019-03-11 15:14:09 -07:00