Skip to content
New issue

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

Pytest warnings are printed too early? #1305

Closed
ionelmc opened this issue Jan 4, 2016 · 0 comments
Closed

Pytest warnings are printed too early? #1305

ionelmc opened this issue Jan 4, 2016 · 0 comments

Comments

@ionelmc
Copy link
Member

ionelmc commented Jan 4, 2016

Currently pytest_sessionfinish has this:

            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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant