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

Method test_path_split

Lib/test/test_posixpath.py:1247–1248  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1245 self.path.join('a', 'b', 'c'))
1246
1247 def test_path_split(self):
1248 self.assertPathEqual(self.path.split)
1249
1250 def test_path_splitext(self):
1251 self.assertPathEqual(self.path.splitext)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected