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

Add warnings summary to console output #45

Open
1 task
joshuadavidthomas opened this issue Oct 31, 2022 · 0 comments
Open
1 task

Add warnings summary to console output #45

joshuadavidthomas opened this issue Oct 31, 2022 · 0 comments
Labels
feature New feature or request pytest parity Bring pytest-rich up to feature parity with pytest’s built-in terminal reporter

Comments

@joshuadavidthomas
Copy link
Collaborator

joshuadavidthomas commented Oct 31, 2022

Pytest builtin reporter

================================================= warnings summary =================================================
tests/test_rich.py::test_outcomes
tests/test_rich.py::test_outcomes
tests/test_rich.py::test_collect_error
tests/test_rich.py::test_collect_error
  /home/josh/projects/pytest-rich/src/pytest_rich/plugin.py:27: PytestDeprecationWarning: The hookimpl pytest_configure uses old-style configuration options (marks or attributes).
  Please use the pytest.hookimpl(trylast=True) decorator instead
   to configure the hooks.
   See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
    @pytest.mark.trylast

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
@joshuadavidthomas joshuadavidthomas added pytest parity Bring pytest-rich up to feature parity with pytest’s built-in terminal reporter feature New feature or request labels Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request pytest parity Bring pytest-rich up to feature parity with pytest’s built-in terminal reporter
Projects
None yet
Development

No branches or pull requests

1 participant