MCPcopy Create free account
hub / github.com/pytest-dev/pytest / end

Method end

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected