def test_init(self):
     url = mock_v1_registry()
     image_id = 'test_image_id'
     image = Image(image_id, BaseClientV1(url))
     assert image.image_id == image_id
 def test_initv1(self):
     url = mock_v1_registry()
     Repository(BaseClientV1(url), TEST_REPO, namespace=TEST_NAMESPACE)
Beispiel #3
0
 def test_check_status(self):
     url = mock_v1_registry()
     BaseClientV1(url).check_status()
 def test_check_status(self):
     url = mock_v1_registry()
     BaseClientV1(url).check_status()
 def test_initv1(self):
     url = mock_v1_registry()
     Repository(BaseClientV1(url), TEST_REPO, namespace=TEST_NAMESPACE)