ansible/test/units
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
..
cli Restore ansible --version output (#55728) 2019-04-29 16:38:31 -04:00
compat
config
contrib
errors
executor Support using importlib on py>=3 to avoid imp deprecation (#54883) 2019-04-25 10:28:18 -05:00
inventory_test_data/group_vars
mock
module_utils Ensure uri module always returns status even on failure (#56240) 2019-05-23 10:17:17 -04:00
modules Changing the license to Apache 2 2019-05-20 10:14:32 -07:00
parsing lib/ansible/parsing/ajson.py: added UNIT-tests (#56398) 2019-05-17 23:29:42 -07:00
playbook Restore ansible --version output (#55728) 2019-04-29 16:38:31 -04:00
plugins Templar: encapsulate _available_variables (#55435) 2019-05-20 11:49:54 -04:00
regex Add toggle to control invalid character substitution in group names (#52748) 2019-03-06 11:49:40 -05:00
template Templar: encapsulate _available_variables (#55435) 2019-05-20 11:49:54 -04:00
utils
vars Fix inventory cache interface (#50446) 2019-03-06 12:12:35 -06:00
__init__.py
ansible.cfg
conftest.py Update handling of the non_local test alias. 2019-03-22 16:05:24 -07:00
test_constants.py
test_context.py