| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…some -Skip problems already
…1 to fix indentation
… into pesterv5PoC
… into pesterv5PoC # Conflicts: # Tests/Rules/UseUsingScopeModifierInNewRunspaces.tests.ps1
|
Rob Holt (@rjmholt) James Truher (@JamesWTruher) Pester v5 has released today after multiple RC iterations. It's much cleaner but a tad slower, especially on PowerShell 5.1, which hasn't back-ported the speculative execution perf fix PowerShell/PowerShell#10269 |
Sorry, something went wrong.
There was a problem hiding this comment.
Part way through the review, will continue later
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Migration to use new Pester v5.
It has cleaner scoping and test setup has to go into a BeforeAll block, except for things that need to be evaluated at discovery time (therefore test cases also had to be inlined), see https://github.com/pester/Pester/blob/v5.0/README.md
Some cleanup had to be done as part of it. PSScriptAnalyzer is now only imported once before running tests (import is needed as some tests reference the PSSA types). Some tests were also cleaned up to not depend on PSScriptAnalyzerTestHelper.psm1 any more. I also started adding the Copyright header to the test files. The speed of test execution is roughly the same as v4.
A diff that ignores indentation/whitespace will make the review much easier

I suggest we wait for the GA of v5 but the PR is already ready.
PR Checklist