Pester icon indicating copy to clipboard operation
Pester copied to clipboard

Pester is the ubiquitous test and mock framework for PowerShell.

Results 223 Pester issues
Sort by recently updated
recently updated
newest added

## 1. General summary of the issue `PSEdition`, which is a conflicting parameter name, is not being properly handled while mocking if it is used for a dynamic parameter The...

good first issue
Help Wanted

## PR Summary Adds support for manifest module to `Mock`, `Should -Invoke` and `InModuleScope`. Fix #1456 Fix #933 ## PR Checklist - [x] PR has meaningful title - [x] Summary...

## 1. General summary of the issue The purpose of this is to begin a conversation about applying community practices for the Pester project with a focus on module development...

RFC
TechnicalDebt
Epic

## 1. General summary of the issue Removing the parameter validation as part of the Mock definition currently fails in several cases when running the mocks. **ValidateNotNullOrEmpty** * If the...

Mocking

### 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...

Feature

## Summary of the feature request After executing a set of tests, I sometimes what to rerun a subset of the tests (i.e where they have failed). I use tags...

Feature

### 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...

Feature

## 1. General summary of the issue PowerShell supports custom object types via the `PSTypeNames` parameter on `PSObject` instances. Pester has a `-BeOfType` parameter on the `Should` command to allow...

Assertions

## PR Summary PowerShell doesn't resolve local functions properly for `AliasInfo` when function is defined in local scope in different session state. This affects use of `-HaveParameter` on a mocked...

## Summary of the feature request Pester should let's the user set the execution culture info because for example if you OS culture info is spanish and you are handling...

Feature