This commit is contained in:
VanillaHellen 2021-01-27 14:08:25 +01:00
parent 3885dee017
commit 2bb6e3fda1

View File

@ -58,6 +58,5 @@ class testDeleteFile(unittest.TestCase):
self.assertFalse(os.path.exists(new_file))
if __name__ == '__main__':
unittest.main()