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/module_utils/urls
Matt Martz d4930e6692
Add requests.Session like class (#37622)
* Adds requests.Session like class

* py2 syntax fix

* Add a few examples to the Request docstrings

* Add helper methods and docs

* Fix test failures

* Switch tests to test Request instead of open_url, add simple open_url test to validate funcitonality

* Fix filename in replace-urlopen code smell test
6 years ago
..
fixtures Add unit tests for ansible.module_utils.urls (#38059) 6 years ago
__init__.py Add unit tests for ansible.module_utils.urls (#38059) 6 years ago
test_RedirectHandlerFactory.py Add unit tests for ansible.module_utils.urls (#38059) 6 years ago
test_Request.py Add requests.Session like class (#37622) 6 years ago
test_RequestWithMethod.py Add unit tests for ansible.module_utils.urls (#38059) 6 years ago
test_fetch_url.py Handle duplicate headers in the uri module (#33792) 6 years ago
test_generic_urlparse.py Add unit tests for ansible.module_utils.urls (#38059) 6 years ago
test_urls.py Add unit tests for ansible.module_utils.urls (#38059) 6 years ago