Newline and test fixes, added TODO

This commit is contained in:
2023-03-10 21:12:35 +01:00
parent c9df6b5408
commit d3396af668
4 changed files with 33 additions and 6 deletions

View File

@@ -33,8 +33,6 @@ class TestFile(unittest.TestCase):
self.assertEqual(the_file.dirpath, pathlib.Path(INPUT_DIR))
self.assertEqual(the_file.realpath, pathlib.Path(path).resolve())
self.assertEqual(the_file.mtime, 1678287111.4672492)
self.assertEqual(the_file.mtimeiso, "2023-03-08T15:51:51.467249")
self.assertTrue(the_file.exists)
self.assertEqual(the_file.extension, ".dyn")
self.assertFalse(the_file.modified)