MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_path_samefile

Method test_path_samefile

Lib/test/test_genericpath.py:604–605  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

602 self.assertPathEqual(os.path.getctime)
603
604 def test_path_samefile(self):
605 self.assertTrue(os.path.samefile(self.file_path, self.file_name))
606
607
608if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

assertTrueMethod · 0.80
samefileMethod · 0.80

Tested by

no test coverage detected