Pester
Pester copied to clipboard
Pester is the ubiquitous test and mock framework for PowerShell.
## PR Summary Cobertura is a commonly used code coverage format, and has been requested as a feature: Fix #2203 To implement this feature, I copy-pasted the JaCoCo code and...
## PR Summary Fix false positive exception when specifying Should-operator after linebreak using backtick/escape char, ex. ```ps1 1 | Should ` -Be 1 ``` Provided as an [alternative to removing...
### 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...
## 1. General summary of the issue Several legacy parameters were reintroduced in Pester 5.0.1 to alleviate some migration pains. They still show up when you tab cycle the parameters....
### 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...
## Context For binary module authors, since PowerShell doesn't support unloading assemblies, once a module is imported, you have to start a new PowerShell process to test a new build...
## 1. General summary of the issue To help identify flaky tests (tests that fail sometimes inconsistently rather than failing consistently), it would help to have Pester have opt-in ability...