Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ Standard library changes
that provides additional information displayed on test failure. This is useful for
debugging which specific case failed in parameterized tests ([#60501]).

* `@test_throws`, `@test_warn`, `@test_nowarn`, `@test_logs`, and `@test_deprecated` now support
`broken` and `skip` keyword arguments for consistency with `@test` ([#60543]).

#### InteractiveUtils

#### Dates
Expand Down
Loading