-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Improve error format with errors during setup #717
Copy link
Copy link
Closed
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortopic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: bugproblem that needs to be addressedproblem that needs to be addressed
Metadata
Metadata
Assignees
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortopic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: bugproblem that needs to be addressedproblem that needs to be addressed
Originally reported by: Daniel Hahler (BitBucket: blueyed, GitHub: blueyed)
When there is an error during setup (in case of a missing fixture), the
output is not easily parsable:
It would be nice if the line containing the error ("fixture 'db2' not found")
was prefixed with "E", and maybe the additional information with ">".
I am in the process of improving the errorformat string for Vim, defined/based
on the pytest-vim-compiler
plugin.