more tests

This commit is contained in:
2023-12-07 22:27:05 +01:00
parent 3ebe5bba7f
commit 9ae71af1aa
2 changed files with 7 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import magic
from PIL import Image
from PIL import ExifTags
from exif_data import ExifData
from src.exif_data import ExifData
class MetadataHandler:

View File

@@ -0,0 +1,6 @@
import unittest
from src.meta_data_handler import MetadataHandler
class TestMetadataHandler(unittest.TestCase):
pass