We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66fbebf + 76f3be4 commit 742f9cbCopy full SHA for 742f9cb
_pytest/runner.py
@@ -56,11 +56,6 @@ def pytest_sessionfinish(session):
56
session._setupstate.teardown_all()
57
58
59
-class NodeInfo:
60
- def __init__(self, location):
61
- self.location = location
62
-
63
64
def pytest_runtest_protocol(item, nextitem):
65
item.ihook.pytest_runtest_logstart(
66
nodeid=item.nodeid, location=item.location,
0 commit comments