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 """ |