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

Method test_cwd

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

Source from the content-addressed store, hash-verified

1227 self.assertTrue(p.is_absolute())
1228
1229 def test_cwd(self):
1230 p = self.cls.cwd()
1231 self._test_cwd(p)
1232
1233 def test_absolute_common(self):
1234 P = self.cls

Callers

nothing calls this directly

Calls 2

_test_cwdMethod · 0.95
cwdMethod · 0.45

Tested by

no test coverage detected