Pester
Pester copied to clipboard
Pester is the ubiquitous test and mock framework for PowerShell.
## PR Summary - Refactors plugin to reduce code duplication. - Ignores tests excluded by filters or explicitly skipped using `-Skip` from being marked as skipped by `Run.SkipRemainingOnFailure` option. -...
## PR Summary Mark blocks (incl. container root) as Skip when no child tests will run. This is done to avoid running `BeforeAll/AfterAll` when it's not needed. Fix #2439 Fix...
## PR Summary Hides parameters only used by legacy compatibility-set in `Invoke-Pester` from tab-completion, intellisense etc. > [!NOTE] > `DontShow` can't be used with parameters used in multiple sets. It...
## PR Summary Removes the custom exception thrown when calling `Should` with legacy Pester 3 syntax. The syntax is not supported and the custom error caused too many false positives....
## Summary of the feature request When testing on multiple platforms working with strings (and also paths) is a hassle. You will get most differences in line endings or other...
> If the first describe block fails, with using the SkipRemainingOnFailure, I expected the second describe block to NOT execute. > > Bug Scenario 2 > ``` > Describe "TestA"{...
### Checklist - [X] Issue has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version of...
### Checklist - [X] Issue has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version of...
### Checklist - [X] Issue has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version of...
### Checklist - [X] Issue has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version of...