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/units
Matt Martz 450cfa8776
Handle duplicate headers in the uri module (#33792)
* Handle duplicate headers, and make it easier for users to use cookies, by providing a pre-built string

* Ensure proper cookie ordering, make key plural

* Add note about cookie sort order

* Add tests for duplicate headers and cookies_string

* Extend tests, normalize headers between py2 and py3

* Add some notes in test code

* Don't use AttributeError, use six.PY3. Use better names.
7 years ago
..
cli Add APB role_type to ansible-galaxy init (#36789) 7 years ago
config additional configmanager tests 7 years ago
contrib
errors
executor module_common: handle None value for templar (#36651) 7 years ago
inventory_test_data/group_vars
mock Porting tests to pytest (#33387) 7 years ago
module_utils Handle duplicate headers in the uri module (#33792) 7 years ago
modules fix nxos_hsrp issues (#38410) 7 years ago
parsing Fix 'New Vault password' on vault 'edit' (#35923) 7 years ago
playbook Fix redundant yaml error blurbs on ModArgs parse errors (#36923) 7 years ago
plugins Reduce recursion within group methods 7 years ago
template Don't overwrite builtin jinja2 filters with tests (#37881) 7 years ago
utils Move AWS placebo fixtures into test/units/utils so module_utils tests can use them (#37300) 7 years ago
vars Miscellaneous pylint fixes. 7 years ago
__init__.py
ansible.cfg Fix ansible-test config management. 7 years ago
conftest.py
test_constants.py