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
Pilou 60160c1e90 doc: exercising module code locally: update cmd (#45697)
The documented way to execute module code locally wasn't always working:

    $ python ./lib/ansible/modules/files/file.py <<< '{"ANSIBLE_MODULE_ARGS": {}}'
    Traceback (most recent call last):
      File "./lib/ansible/modules/files/file.py", line 177, in <module>
        from ansible.module_utils.basic import AnsibleModule
      File "~/ansible/lib/ansible/module_utils/basic.py", line 78, in <module>
        import tempfile
      File "~/ansible/lib/ansible/modules/files/tempfile.py", line 69, in <module>
        from tempfile import mkstemp, mkdtemp
    ImportError: cannot import name 'mkstemp'
2018-09-19 10:10:55 -04:00
..
cache Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
integration doc: exercising module code locally: update cmd (#45697) 2018-09-19 10:10:55 -04:00
legacy vultr: fix for unreliable API behavior (#45712) 2018-09-19 00:01:53 +02:00
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner Block network access for unit tests in docker. 2018-09-18 17:53:04 -07:00
sanity Docs: Avoid use of 'default: null' (#45795) 2018-09-19 09:02:27 -05:00
units Adds bigiq_device_facts module (#45822) 2018-09-18 22:30:31 -04:00
utils Flush output from timing script. 2018-08-31 07:58:12 -07:00