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

Method test_path_realpath

Lib/test/test_posixpath.py:1156–1159  ·  view source on GitHub ↗
(self, kwargs)

Source from the content-addressed store, hash-verified

1154
1155 @_parameterize({}, {'strict': True}, {'strict': ALLOW_MISSING})
1156 def test_path_realpath(self, kwargs):
1157 self.assertPathEqual(self.path.realpath)
1158
1159 self.assertPathEqual(partial(self.path.realpath, **kwargs))
1160
1161 def test_path_relpath(self):
1162 self.assertPathEqual(self.path.relpath)

Callers

nothing calls this directly

Calls 2

assertPathEqualMethod · 0.95
partialClass · 0.90

Tested by

no test coverage detected