libcloud.test.container package
Submodules
libcloud.test.container.test_base module
-
class
libcloud.test.container.test_base.BaseTestCase(methodName='runTest')[source]
Bases: unittest.case.TestCase
Create an instance of the class that will use the named test
method when executed. Raises a ValueError if the instance does
not have a method with the specified name.
-
setUp()[source]
libcloud.test.container.test_docker module
libcloud.test.container.test_docker_utils module
-
class
libcloud.test.container.test_docker_utils.DockerMockHttp(host, port, *args, **kwargs)[source]
Bases: libcloud.test.MockHttp
-
fixtures = <libcloud.test.file_fixtures.ContainerFileFixtures object>
-
class
libcloud.test.container.test_docker_utils.DockerUtilitiesTestCase(methodName='runTest')[source]
Bases: unittest.case.TestCase
Create an instance of the class that will use the named test
method when executed. Raises a ValueError if the instance does
not have a method with the specified name.
-
setUp()[source]
-
test_get_image()[source]
-
test_get_repository()[source]
-
test_list_tags()[source]
libcloud.test.container.test_ecs module
libcloud.test.container.test_kubernetes module
Module contents
-
class
libcloud.test.container.TestCaseMixin[source]
Bases: object
-
test_list_images_response()[source]