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

unraisablehook enhancements #12958

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. unraisablehook enhancements

    graingert committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    85594a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b79f652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    194f9ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c78f84b View commit details
    Browse the repository at this point in the history
  5. fix tests

    graingert committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7f30217 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2045ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e7c965 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    b0f803d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    d540ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a285cd5 View commit details
    Browse the repository at this point in the history
  3. test multiple errors

    graingert committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f853b2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34b3683 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04705b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f8aeef View commit details
    Browse the repository at this point in the history
  7. handle errors on <3.10

    graingert committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    90aa800 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    055e673 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d6a023 View commit details
    Browse the repository at this point in the history
  10. Update src/_pytest/unraisableexception.py

    Co-authored-by: Ran Benita <[email protected]>
    graingert and bluetech authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    02ada4b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. add newsfragment

    graingert committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    84e7311 View commit details
    Browse the repository at this point in the history
  2. refactor gc_collect_harder

    graingert committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    086c418 View commit details
    Browse the repository at this point in the history
  3. cleanup args/kwargs

    graingert committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6a76066 View commit details
    Browse the repository at this point in the history
  4. make unraisablehook last-resort exception handling as simple as possible

    the sorts of errors possible include _unraisable_exceptions being
    removed from the unraisablehook plugin module dict, so we bind
    append as a local
    graingert committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2cc6648 View commit details
    Browse the repository at this point in the history
  5. use assert_outcomes

    graingert committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    77c5126 View commit details
    Browse the repository at this point in the history
  6. Update changelog/12958.improvement.rst

    Co-authored-by: Bruno Oliveira <[email protected]>
    graingert and nicoddemus authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4741611 View commit details
    Browse the repository at this point in the history
  7. Update src/_pytest/unraisableexception.py

    Co-authored-by: Bruno Oliveira <[email protected]>
    graingert and nicoddemus authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a554f2a View commit details
    Browse the repository at this point in the history
  8. Update src/_pytest/unraisableexception.py

    Co-authored-by: Bruno Oliveira <[email protected]>
    graingert and nicoddemus authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f33fb85 View commit details
    Browse the repository at this point in the history
  9. Update src/_pytest/unraisableexception.py

    Co-authored-by: Bruno Oliveira <[email protected]>
    graingert and nicoddemus authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    af13058 View commit details
    Browse the repository at this point in the history