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

Function mywriter

src/_pytest/terminal.py:232–234  ·  view source on GitHub ↗
(tags, args)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

write_lineMethod · 0.80

Tested by

no test coverage detected