src/eric7/Testing/Interfaces/PytestRunner.py

branch
eric7
changeset 10404
f7d9c31f0c38
parent 10331
c1a2ff7e3575
child 10439
21c28b0f9e41
equal deleted inserted replaced
10403:ea3320d5e8e9 10404:f7d9c31f0c38
171 self.__writer.write( 171 self.__writer.write(
172 { 172 {
173 "event": "collected", 173 "event": "collected",
174 "nodeid": item.nodeid, 174 "nodeid": item.nodeid,
175 "name": item.name, 175 "name": item.name,
176 "filename": item.location[0],
177 "linenumber": item.location[1],
176 } 178 }
177 ) 179 )
178 180
179 def pytest_runtest_logstart(self, nodeid, location): # noqa: U100 181 def pytest_runtest_logstart(self, nodeid, location): # noqa: U100
180 """ 182 """

eric ide

mercurial