ansible/test/units/module_utils/urls
Alexander Sowitzki 6459fbb7bc Make test_prepare_multipart succeed on non Debian distros
`test_prepare_multipart` fails in non Debian environments since
Debian installations map the file ending `.key` to the MIME type
`application/pgp-keys`, which is not IANA conformant. This commit
explicitly sets the corresponding file type to
`application/octet-stream` and adjusts the expected serialized
result.
2021-01-13 21:21:33 +01:00
..
fixtures Make test_prepare_multipart succeed on non Debian distros 2021-01-13 21:21:33 +01:00
__init__.py
test_channel_binding.py Add support for GSSAPI/Kerberos to urls.py (#72113) 2020-10-13 14:16:07 +10:00
test_fetch_url.py Cleanup for Python 3.9 and pycodestyle compat. 2020-05-14 21:06:16 -07:00
test_generic_urlparse.py
test_prepare_multipart.py Make test_prepare_multipart succeed on non Debian distros 2021-01-13 21:21:33 +01:00
test_RedirectHandlerFactory.py cert validation fixes - Attempt 2 (#55953) 2019-05-31 16:35:25 -04:00
test_Request.py get_url pass incorrect If-Modified-Since header(#67417) (#67419) 2020-04-10 12:17:55 -05:00
test_RequestWithMethod.py
test_urls.py Don't rely on netloc for determining hostname and port, just use hostname and port (#56270) 2019-05-20 16:50:54 -04:00