activate apple test
This commit is contained in:
@@ -42,8 +42,11 @@ class TestSamsung(unittest.TestCase):
|
|||||||
assert image.make == "samsung"
|
assert image.make == "samsung"
|
||||||
|
|
||||||
|
|
||||||
@unittest.skip("")
|
|
||||||
class TestApple(unittest.TestCase):
|
class TestApple(unittest.TestCase):
|
||||||
def test_iphone(self):
|
def test_iphone_x(self):
|
||||||
pass
|
copy_images(brand="iphone", model="x")
|
||||||
|
files = recursive_scan_folder(path=TEST_FOLDER)
|
||||||
|
meta_data = get_meta_data(images=files)
|
||||||
|
for image in meta_data:
|
||||||
|
assert image.make == "Apple"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user