pester / Pester

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

Do not output value from assertion #2512

Closed nohwnd closed 3 months ago

nohwnd commented 3 months ago

Fix #2508

Seems that this functionality is not very helpful, you can check more values on actual value by saving the original value to a variable, and it is easier to debug.