ansible/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
integration doc: exercising module code locally: update cmd (#45697) 2018-09-19 10:10:55 -04:00
legacy
results
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