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/integration/targets/uri/tasks
Sam Doran 8f4f3750fe
Ensure uri module always returns status even on failure (#56240)
- Also return url and update docs for other values to indicate they are only returned on success.
- Add integration tests
- Use info variable for common return values
- Use -1 as default status rather than None. This is lines up with with existing code in urls.py
- Add unit tests to ensure status and url are returned on failure
2019-05-23 10:17:17 -04:00
..
main.yml Ensure uri module always returns status even on failure (#56240) 2019-05-23 10:17:17 -04:00
redirect-all.yml Use HTTPS instead of HTTP for httpbin tests. (#39457) 2018-05-01 16:28:42 -07:00
redirect-none.yml Use HTTPS instead of HTTP for httpbin tests. (#39457) 2018-05-01 16:28:42 -07:00
redirect-safe.yml Use HTTPS instead of HTTP for httpbin tests. (#39457) 2018-05-01 16:28:42 -07:00
redirect-urllib2.yml Use HTTPS instead of HTTP for httpbin tests. (#39457) 2018-05-01 16:28:42 -07:00
unexpected-failures.yml uri: check unexpected failure doesn't occur when file cannot be saved (#45824) 2019-02-04 10:29:05 -05:00