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

Method test_path_realpath

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

Source from the content-addressed store, hash-verified

1285
1286 @_parameterize({}, {'strict': True}, {'strict': ALL_BUT_LAST}, {'strict': ALLOW_MISSING})
1287 def test_path_realpath(self, kwargs):
1288 self.assertPathEqual(self.path.realpath)
1289
1290 self.assertPathEqual(partial(self.path.realpath, **kwargs))
1291
1292 def test_path_relpath(self):
1293 self.assertPathEqual(self.path.relpath)

Callers

nothing calls this directly

Calls 2

assertPathEqualMethod · 0.95
partialClass · 0.90

Tested by

no test coverage detected