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
SesquipedalianDefenestrator 3f321e7591 Add check_mode to get_url (#20532)
* Add check_mode to get_url that does a HEAD request to make sure the URL exists, but doesn't write the real file

* Add info about new --check behavior to docs.  Add tests for the new behavior.  Populate res_args with the info the tests are looking for.

* Add trailing comma

* Change nonexistent test URL to http://{{httpbin_host}/DOESNOTEXIST.  Fix spacing while I'm at it

* Further spacing cleanup

* State that this functionality is in Ansible 2.4+
8 years ago
..
compile Docs how to test (2nd) (#24094) 8 years ago
integration Add check_mode to get_url (#20532) 8 years ago
results Create bot friendly sanity output. (#22381) 8 years ago
runner Fix bugs in ansible-test units command. (#24044) 8 years ago
sanity Pep8 fixes for ha_proxy module (#24090) 8 years ago
units Fix PEP 8 issue. 8 years ago
utils Docs how to test (2nd) (#24094) 8 years ago