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

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

## PR Summary Pester currently uses a full GUID as its temp directory name, which uses 36 characters. This contributes to test errors when paths used in tests exceed the...

Feature

## 1. General summary of the issue Would it be possible for `Should` to produce a `boolean` value so it can be used within the script block of `-ParameterFilter `...

Feature

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

Bug - external to Pester

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

## PR Summary Code cleanup. Move PSDrive-cleanup into `Start`-pluginstep. ## PR Checklist - [x] PR has meaningful title - [x] Summary describes changes - [x] PR is ready to be...

## PR Summary When `HKCU:\Software\Pester` exists but the user doesn't have permissions, `Test-Path` will currently return true and the user get stuck in a do-until loop while trying to find...

## 1. General summary of the issue When running a script which uses impersonation (e.g. issue #1340) and the impersonating user doesn't have Read/Write permissions to the registry, Pester enters...

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