pester / Pester

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

Fix possible NRE in NUnit3 export #2444

Closed fflaten closed 4 months ago

fflaten commented 4 months ago

PR Summary

Handles null-objects when exporting StandardOutput to NUnit3 output-element.

Fix #2421

PR Checklist

nohwnd commented 4 months ago

Thank you!