MCPcopy
hub / github.com/pytest-dev/pytest / test_new_identical

Method test_new_identical

testing/_py/test_local.py:36–37  ·  view source on GitHub ↗
(self, path1)

Source from the content-addressed store, hash-verified

34 assert p1 == p2
35
36 def test_new_identical(self, path1):
37 assert path1 == path1.new()
38
39 def test_join(self, path1):
40 p = path1.join("sampledir")

Callers

nothing calls this directly

Calls 1

newMethod · 0.80

Tested by

no test coverage detected