ansible/test/units
Nathaniel Case d5ac3f7e77
Remove top-level arguments from network modules (#62603)
Eh, 2.10 is close enough

* drop top-level authorize

* Remove from documentation

* Remove load_params

* nxos_hsrp: I don't think this is an actual module parameter

* Move local params to provider

* Promote 'timeout' to a real parameter for eos_eapi

* Provider now always has auth_pass
2019-10-15 11:41:35 -04:00
..
cli Fix test_galaxy failing test 2019-09-19 13:20:43 -07:00
compat
config
contrib
errors
executor Ensure we don't erase unsafe context in TaskExecutor.run on bytes (#62287) 2019-09-13 13:14:35 -05:00
galaxy Stop appending '/api' to galaxy server url (#63238) 2019-10-08 15:09:19 -07:00
inventory_test_data/group_vars
mock
module_utils Properly mask no_log values is sub parameters during failure (#63405) 2019-10-14 09:20:07 -07:00
modules Remove top-level arguments from network modules (#62603) 2019-10-15 11:41:35 -04:00
parsing Add a representer for AnsibleUnsafeBytes (#62598) 2019-09-19 14:27:48 -04:00
playbook Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost during encode/decode (#63351) 2019-10-11 09:17:10 -05:00
plugins Account for empty strings when splitting the host pattern (#62442) 2019-09-20 16:03:51 -04:00
regex
template Fix access to exception using Python 3 scoping rules (#62268) 2019-09-17 13:28:37 -04:00
utils
vars
__init__.py
requirements.txt Fix ansible-test collections requirements installation. (#62181) 2019-09-12 02:00:33 -07:00
test_constants.py
test_context.py