Pester
Pester copied to clipboard
Pester is the ubiquitous test and mock framework for PowerShell.
### Checklist - [X] Feature request 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...
Fix #1423 ## PR Summary This PR adds assertions from Assert module to Pester, to serve as a base for future assertions and to live side-by-side with the existing Should...
### 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] Feature request 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...
### Checklist - [X] Feature request 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...
### Checklist - [X] Feature request 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...
### Checklist - [X] Feature request 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...
## PR Summary Handles null-objects when exporting `StandardOutput` to NUnit3 output-element. Fix #2421 ## PR Checklist - [x] PR has meaningful title - [x] Summary describes changes - [x] PR...
## PR Summary Tests with special characters in name would fail during filter-evaluation. Example pre-PR: ```powershell . '/workspaces/Pester/tst/Pester.RSpec.TestResults.NUnit3.ts.ps1' | - Write NUnit3 test results WildcardPatternException: The specified wildcard character pattern...