What's the correct way to implement a TerminalReporter #10334
-
Hi Some time ago I tried to add mypy static type checking to my plugin. I've got an error because I have written a class which inherits from I've ssen that it was intended, but I don't know how can I have a custom reporter (or custom pytest output) without doing it. I'm looking at other plugins but I've found none that don't have the same issue. So, is there a correct way to implement a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I believe we need to remove the final marker as the terminalwriter plugin currently is a bit of a painful god object where reimplementation seems daunting Cc @bluetech |
Beta Was this translation helpful? Give feedback.
-
@RonnyPfannschmidt , @bluetech Do you think the |
Beta Was this translation helpful? Give feedback.
I believe we need to remove the final marker as the terminalwriter plugin currently is a bit of a painful god object where reimplementation seems daunting
Cc @bluetech