OpenStack
Home
Projects
User Stories
Community
Blog
Wiki
Documentation
The
freezerclient.tests.unit.v1.test_client
Module
¶
class
freezerclient.tests.unit.v1.test_client.
TestClientMock
(
methodName='runTest'
)
[source]
¶
Bases:
unittest.case.TestCase
test_client_new
(
*args
,
**keywargs
)
[source]
¶
test_client_new_with_kwargs
(
*args
,
**keywargs
)
[source]
¶
test_get_client_id
(
*args
,
**keywargs
)
[source]
¶
test_get_token
(
*args
,
**keywargs
)
[source]
¶
class
freezerclient.tests.unit.v1.test_client.
TestSupportFunctions
(
methodName='runTest'
)
[source]
¶
Bases:
unittest.case.TestCase
test_get_auth_plugin_raises_when_no_username_token
(
*args
,
**keywargs
)
[source]
¶
test_get_auth_plugin_v2_Password
(
*args
,
**keywargs
)
[source]
¶
test_get_auth_plugin_v2_Token
(
*args
,
**keywargs
)
[source]
¶
test_get_auth_plugin_v3_Password
(
*args
,
**keywargs
)
[source]
¶
test_get_auth_plugin_v3_Token
(
*args
,
**keywargs
)
[source]
¶
test_guess_auth_version_explicit_2
(
)
[source]
¶
test_guess_auth_version_explicit_3
(
)
[source]
¶
test_guess_auth_version_implicit_2
(
)
[source]
¶
test_guess_auth_version_implicit_3
(
)
[source]
¶
test_guess_auth_version_returns_none
(
)
[source]
¶
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
Python Freezer Client 1.0.0 documentation
»