Christian Sandfeld
Christian Sandfeld
... or by the difference in the `Extent` property for that matter
Thanks @fflaten, appreciate the tip. That is also the (temporary?) workaround I had in mind. But as you mention it is not very elegant, and I was not 100% sure...
Thanks @nohwnd - I can try to tackle that :)
Not sure if this address your concerns @fflaten, but here is an example with the changes implemented in PR #2401. I do notice missing _**is skipped, because ...**_ output for...
Skipped message output fixed in latest commit (2e73e47) added to PR #2401. ```PowerShell $r = invoke-pester -container ( new-pestercontainer -ScriptBlock { Describe "a" { It 'a' { $true | Should...
@nohwnd, @fflaten - thank you for merging #2401 👍 I have looked into what changes are needed to bring back PendingCount and InconclusiveCount (plus Pending and Inconclusive generic lists) properties,...
> I'm wondering if we really need Pending. Isn't it the same as `Executed=$False`? Any obvious use cases it would solve? The use case for Pending is likely the same...
> Just want to raise the discussion now considering it's easier to leave it out than removing later if it feels like clutter. I agree
> @csandfeld Yes, please work on adding Inconclusive count back. But leave out Pending. @nohwnd, my proposed implementation is in #2405. At your convenience please have a looked at it,...
> Happy new year! 🎆 Thanks for looking into this. It looks great! Thank you @fflaten and late happy new year to you too (sorry about the response time). I...