We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently pytest_sessionfinish has this:
pytest_sessionfinish
self.summary_errors() self.summary_failures() self.summary_warnings() self.config.hook.pytest_terminal_summary(terminalreporter=self)
If I emit any warnings from my pytest_terminal_summary then they don't get printed. But they do increase the warning count in the footer.
pytest_terminal_summary
The text was updated successfully, but these errors were encountered:
pytest warnings emitted during pytest_terminal_summary are now pr…
369d9ec
…operly displayed. Fix pytest-dev#1305
No branches or pull requests
Currently
pytest_sessionfinish
has this:If I emit any warnings from my
pytest_terminal_summary
then they don't get printed. But they do increase the warning count in the footer.The text was updated successfully, but these errors were encountered: