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

Method test_cwd

Lib/test/test_pathlib/test_pathlib.py:1220–1222  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1218 self.assertTrue(p.is_absolute())
1219
1220 def test_cwd(self):
1221 p = self.cls.cwd()
1222 self._test_cwd(p)
1223
1224 def test_absolute_common(self):
1225 P = self.cls

Callers

nothing calls this directly

Calls 2

_test_cwdMethod · 0.95
cwdMethod · 0.45

Tested by

no test coverage detected