SYNC May, 8th 2024.

This commit is contained in:
Sebastian Lenzlinger 2024-05-08 03:25:41 +02:00
parent 5c031d8157
commit 7badc83530

View File

@ -39,6 +39,9 @@ class TestDeviceMetadataFileCreation(unittest.TestCase):
expected_file = self.test_dir / DEVICE_METADATA_FILE
self.assertTrue(expected_file.exists()), f'Expected file not created: {expected_file}'
def test_add_when_file_exists(self):
# TODO
pass
if __name__ == '__main__':
unittest.main()