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

Method end

testing/test_session.py:31–32  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

29 assert len(failed) == 3
30
31 def end(x):
32 return x.nodeid.split("::")[-1]
33
34 assert end(failed[0]) == "test_one_one"
35 assert end(failed[1]) == "test_other"

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected