tests #13

Merged
s416067 merged 2 commits from tests into master 2021-01-27 14:09:10 +01:00
Showing only changes of commit 2bb6e3fda1 - Show all commits

View File

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