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

Method test_constructor_equality

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

Source from the content-addressed store, hash-verified

25
26class CommonFSTests:
27 def test_constructor_equality(self, path1):
28 p = path1.__class__(path1)
29 assert p == path1
30
31 def test_eq_nonstring(self, path1):
32 p1 = path1.join("sampledir")

Callers

nothing calls this directly

Calls 1

__class__Method · 0.45

Tested by

no test coverage detected