Tyler Richardson
Results
2
issues of
Tyler Richardson
## General summary of the issue When using the new code coverage profiler (`$PesterPreference.CodeCoverage.UseBreakpoints = $false`), Pester is reporting missing commands for parameter default value expressions. ex: ```powershell [Int]$Temperature =...
Code coverage
## General summary of the issue When `Invoke-Pester` is run inside of an existing Pester context, the "parent" TestDrive appears to be cleaned up early. Hopefully I am understanding the...
Feature