pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.

Home Page:https://pester.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove -Pending from Set-ItResult

nohwnd opened this issue · comments

Checklist

Summary of the feature request

Remove -Pending from Set-ItResult as mentioned in the deprecation message that was added here. #2405

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

How should it work?

No response

There's also:

  • It .. -Pending switch translating to Skip
  • OwnPendingCount + PendingCount in Pester.Block
  • Support in NUnit2.5 + NUnit3 for pending (translated to inconclusive)

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

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