You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for:
- Unexpected output when passing hashtable to Invoke-Pester pester#699
- Bug in output where multiple Paths are passed in to -Scripts at Invoke-Pester pester#710
Changes:
- Simply tests if there is a path property, if so uses it for the message formatting. Otherwise, falls back to original method.
- `-join ', '` was used to provide consistency with current messages, as the default ("', '") has no bracketing quotes.
Added formatting function and tests, did only basic testing because the Write-Host cannot be mocked in Write-PesterStart and I don't want to dig too deep into the code.
Fix#699Fix#710
Reported by @irwins here
Executing all tests in System.Collection.Hashtable
Got this when passing parameters...
The text was updated successfully, but these errors were encountered: