activate apple test

This commit is contained in:
2023-12-17 21:36:32 +01:00
parent cdf8948193
commit 3c8974ee74

View File

@@ -42,8 +42,11 @@ class TestSamsung(unittest.TestCase):
assert image.make == "samsung"
@unittest.skip("")
class TestApple(unittest.TestCase):
def test_iphone(self):
pass
def test_iphone_x(self):
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"