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 77bfcad33a
Support unix socket with urls/uri (#43560)
* First pass at allowing unix socket with urls/uri. See #42341

* Only insert handler as needed

* Fix and add tests

* Add HTTPS functionality for unix sockets

* Additional test fixes

* Create context manager for monkey patching HTTPConnection.connect, de-dupe code, raise better errors

* doc

* Add a few more tests

* Fix __call__

* Remove unused import

* Patch HTTPConnection.connect with the functionality we want, instead of duplicating code and disabling

* Fix var name

* Remove unused var

* Add changelog fragment

* Update uri docs

* Fix rebase indentation issue
6 years ago
..
fixtures Add unit tests for ansible.module_utils.urls (#38059) 7 years ago
__init__.py Add unit tests for ansible.module_utils.urls (#38059) 7 years ago
test_RedirectHandlerFactory.py Add unit tests for ansible.module_utils.urls (#38059) 7 years ago
test_Request.py Support unix socket with urls/uri (#43560) 6 years ago
test_RequestWithMethod.py Add unit tests for ansible.module_utils.urls (#38059) 7 years ago
test_fetch_url.py Support unix socket with urls/uri (#43560) 6 years ago
test_generic_urlparse.py Add unit tests for ansible.module_utils.urls (#38059) 7 years ago
test_urls.py Support unix socket with urls/uri (#43560) 6 years ago