keystoneclient.tests.apiclient package

Submodules

keystoneclient.tests.apiclient.test_exceptions module

class keystoneclient.tests.apiclient.test_exceptions.ExceptionsArgsTest(*args, **kwargs)

Bases: keystoneclient.tests.utils.TestCase

assert_exception(ex_cls, method, url, status_code, json_data)
test_from_response_known()
test_from_response_unknown()
class keystoneclient.tests.apiclient.test_exceptions.FakeResponse(**kwargs)

Bases: object

json()
json_data = {}

Module contents

Table Of Contents

Previous topic

keystoneclient.tests package

Next topic

keystoneclient.tests.auth package

This Page