pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://pester.dev/
Other
3.07k stars 469 forks source link

Add soft assertions to new assertions #2467

Open nohwnd opened 3 months ago

nohwnd commented 3 months ago

Checklist

Summary of the feature request

I made a shortcut and made all the assertions output terminating error (it is set when you create exception via the helper). But they should support the same soft assertions as Should.

How should it work?

No response