pester / Pester

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

Remove -Pending from Set-ItResult #2436

Closed nohwnd closed 3 months ago

nohwnd commented 5 months ago

Checklist

Summary of the feature request

Remove -Pending from Set-ItResult as mentioned in the deprecation message that was added here. https://github.com/pester/Pester/pull/2405

Pending state is unuseful and we won't re-implement it.

How should it work?

No response

fflaten commented 4 months ago

There's also:

Remove only Set-ItResult for now? Or rip it all out?

nohwnd commented 4 months ago

I would remove it all, it was not working in 5.x.x, so to me it is "deprecated".