python-swiftclient/tests/unit
Tim Burke a1e2bcde4a Accept more types of input for headers/meta
Previously, we only accepted iterables of strings like 'Header: Value'.
Now, we'll also accept lists of tuples like ('Header', 'Value') as well
as dictionaries like {'Header': 'Value'}.

This should be more intuitive for application developers, who are
already used to being able to pass dicts or lists of tuples to libraries
like requests.

Change-Id: I93ed2f1e8305f0168b7a4bd90c205b04730da836
2016-11-18 11:47:14 -08:00
..
__init__.py Add functional tests for python-swiftclient 2014-05-05 11:53:37 +02:00
test_authv1.py Replace 'assertEqual(None, ...)' with 'assertIsNone(...)' 2016-11-18 15:26:14 +08:00
test_command_helpers.py Drop testtools from test-requirements.txt 2016-02-12 09:57:58 -08:00
test_multithreading.py Drop testtools from test-requirements.txt 2016-02-12 09:57:58 -08:00
test_service.py Accept more types of input for headers/meta 2016-11-18 11:47:14 -08:00
test_shell.py Merge "Add additional headers for HEAD/GET/DELETE requests." 2016-11-08 19:30:40 +00:00
test_swiftclient.py Merge "Add additional headers for HEAD/GET/DELETE requests." 2016-11-08 19:30:40 +00:00
test_utils.py Merge "Make tempurl subcommand insist on whole number seconds" 2016-09-15 02:34:01 +00:00
utils.py Add __ne__ built-in function 2016-07-05 14:58:42 +08:00