python-glanceclient/glanceclient/tests/unit
Jamie Lennox 5ce9c7dc96 Make glanceclient accept a session object
To make this work we create a different HTTPClient that extends the
basic keystoneclient Adapter. The Adapter is a standard set of
parameters that all clients should know how to use like region_name and
user_agent. We extend this with the glance specific response
manipulation like loading and sending iterables.

Implements: bp session-objects
Change-Id: Ie8eb4bbf7d1a037099a6d4b272cab70525fbfc85
2015-06-11 13:11:56 +00:00
..
v1 Use assertIn instead of assertTrue in tests 2015-04-29 10:31:22 +02:00
v2 Merge "Fix Metadef Object update issue with python-glanceclient" 2015-05-26 14:59:51 +00:00
var Move unit tests to standard directory 2015-04-18 17:42:20 +00:00
__init__.py Move unit tests to standard directory 2015-04-18 17:42:20 +00:00
test_base.py Move unit tests to standard directory 2015-04-18 17:42:20 +00:00
test_client.py Move unit tests to standard directory 2015-04-18 17:42:20 +00:00
test_exc.py Move unit tests to standard directory 2015-04-18 17:42:20 +00:00
test_http.py Make glanceclient accept a session object 2015-06-11 13:11:56 +00:00
test_progressbar.py Move unit tests to standard directory 2015-04-18 17:42:20 +00:00
test_shell.py Improve import related error handling 2015-05-08 12:51:02 +00:00
test_ssl.py Move unit tests to standard directory 2015-04-18 17:42:20 +00:00
test_utils.py Move unit tests to standard directory 2015-04-18 17:42:20 +00:00