SYNC May, 8th 2024.
This commit is contained in:
parent
5c031d8157
commit
7badc83530
@ -39,6 +39,9 @@ class TestDeviceMetadataFileCreation(unittest.TestCase):
|
|||||||
expected_file = self.test_dir / DEVICE_METADATA_FILE
|
expected_file = self.test_dir / DEVICE_METADATA_FILE
|
||||||
self.assertTrue(expected_file.exists()), f'Expected file not created: {expected_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__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user