(tags, args)
| 230 | if config.option.debug or config.option.traceconfig: |
| 231 | |
| 232 | def mywriter(tags, args): |
| 233 | msg = " ".join(map(str, args)) |
| 234 | reporter.write_line("[traceconfig] " + msg) |
| 235 | |
| 236 | config.trace.root.setprocessor("pytest:config", mywriter) |
| 237 |
nothing calls this directly
no test coverage detected