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
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'
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration doc: exercising module code locally: update cmd (#45697) 6 years ago
legacy vultr: fix for unreliable API behavior (#45712) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Block network access for unit tests in docker. 6 years ago
sanity Docs: Avoid use of 'default: null' (#45795) 6 years ago
units Adds bigiq_device_facts module (#45822) 6 years ago
utils Flush output from timing script. 6 years ago