Пример #1
0
def test_checking_a_local_available_image():
    nose.assert_equal(ctn.image_available_locally("python"), True)
Пример #2
0
def test_checking_a_locally_non_existent_image():
    nose.assert_equal(ctn.image_available_locally("biobox/unknown"), False)
Пример #3
0
def test_checking_an_local_available_image_with_tag():
    nose.assert_equal(ctn.image_available_locally("python:2.7"), True)
Пример #4
0
def test_checking_a_locally_non_existent_image():
    nose.assert_equal(ctn.image_available_locally("biobox/unknown"), False)
Пример #5
0
def test_checking_an_local_available_image_with_tag():
    nose.assert_equal(ctn.image_available_locally("python:2.7"), True)
Пример #6
0
def test_checking_a_local_available_image():
    nose.assert_equal(ctn.image_available_locally("python"), True)