Example #1
0
def test_checking_an_available_image_with_tag():
    nose.assert_equal(ctn.is_image_available("python:2.7"), True)
def test_checking_an_available_image_with_tag():
    nose.assert_equal(ctn.is_image_available("python:2.7"), True)
Example #3
0
def test_checking_an_available_image():
    nose.assert_equal(ctn.is_image_available("python"), True)
def test_checking_an_available_image():
    nose.assert_equal(ctn.is_image_available("python"), True)