When running neotest with the DAP strategy (nvim-dap), e.g.
require("neotest").run.run({ strategy = "dap" })
we make the pydebug debugger stop at "exception breakpoints"
where the exception is thrown out of a pytest method.
This will be very helpful for users to debug failing unit tests.