-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: refactoringinternal improvements to the codeinternal improvements to the code
Description
Let's move report-log to an external plugin for now:
- It is always easy to merge a plugin rather than remove it later.
- The format is very much a work in progress (file size might is a concern when compared with result-log)
- It will allow the external plugin to gain further capabilities, like posting each report line to a server instead of writing to a file (which might incur extra dependencies which are not desired in pytest's core)
- We should update the warning to point users to the new plugin.
We might decide to merge the plugin later at any time, or not, as the functionality is quite niche and does not really need to be in the core.
Metadata
Metadata
Assignees
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: refactoringinternal improvements to the codeinternal improvements to the code