MCPcopy Index your code
hub / github.com/python/cpython / test_path_samefile

Method test_path_samefile

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

Source from the content-addressed store, hash-verified

624 self.assertPathEqual(os.path.getctime)
625
626 def test_path_samefile(self):
627 self.assertTrue(os.path.samefile(self.file_path, self.file_name))
628
629
630if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

assertTrueMethod · 0.80
samefileMethod · 0.80

Tested by

no test coverage detected