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 Clay a0495fc314
Update triple single quotes to triple double quotes (#84099)
* Update triple single quotes to triple double quotes

This change was fully automated.

The updated Python files have been verified to tokenize the same as the originals, except for the expected change in quoting of strings, which were verified through literal_eval.

* Manual conversion of docstring quotes
1 year ago
..
fixtures Make `test_prepare_multipart` succeed on non Debian distros 5 years ago
__init__.py Add unit tests for ansible.module_utils.urls (#38059) 8 years ago
test_RedirectHandlerFactory.py Remove py2 support from urls.py (#81880) 2 years ago
test_Request.py Fix url encoded credentials in netloc (#82552) 2 years ago
test_channel_binding.py Require `from __future__ import annotations` (#81902) 2 years ago
test_fetch_file.py Require `from __future__ import annotations` (#81902) 2 years ago
test_fetch_url.py test: update tests (#83686) 1 year ago
test_generic_urlparse.py Remove Python 2 compat (via six) from unit tests 2 years ago
test_gzip.py Update triple single quotes to triple double quotes (#84099) 1 year ago
test_prepare_multipart.py Require `from __future__ import annotations` (#81902) 2 years ago
test_split.py Require `from __future__ import annotations` (#81902) 2 years ago
test_urls.py Remove py2 support from urls.py (#81880) 2 years ago