Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pester/Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://github.com/pester/Pester

Fix console warnings in Should-BeEquivalent.Tests.ps1

fflaten opened this pull request 7 months ago
Calling mock of Get-ChildItem with -File parameter fails on Linux

ChrisLGardner opened this issue 7 months ago
[rel/5.6.x] Replace deprecated macOS 11 image with 13 in CI

github-actions[bot] opened this pull request 7 months ago
Replace deprecated macOS 11 image with 13 in CI

fflaten opened this pull request 7 months ago
[rel/5.6.x] Fix NRE in mock debug log for native commands

github-actions[bot] opened this pull request 7 months ago
Fix NRE in mock debug log for native commands

fflaten opened this pull request 7 months ago
Report code coverage that includes P tests

nohwnd opened this pull request 7 months ago
replace `Get-EquivalencyOption` with parameters

nohwnd opened this issue 7 months ago
Measure Code Coverage for Pester

nohwnd opened this issue 7 months ago
Expose GlobalPluginData to all plugin steps

fflaten opened this issue 7 months ago
[rel/5.6.x] Add null check for $host.UI and its properties to avoid race condition (#2383)

github-actions[bot] opened this pull request 7 months ago
[rel/5.6.x] Testing backport

github-actions[bot] opened this pull request 7 months ago
Testing backport

nohwnd opened this pull request 7 months ago
Replace New-Object calls with ::new()

fflaten opened this pull request 7 months ago
Add null check for $host.UI and its properties to avoid race condition (#2383)

kborowinski opened this pull request 7 months ago
Add soft assertions to new assertions

nohwnd opened this issue 7 months ago
Output should result to Assert assertions

nohwnd opened this issue 7 months ago
Export Should-Invoke* and Should-HaveParameter

nohwnd opened this issue 7 months ago
Make sure new assertion docs are in showing up on pester.dev

nohwnd opened this issue 7 months ago
Fix Should-*Collection and their tests

nohwnd opened this issue 7 months ago
Improve Should-BeString assertion

nohwnd opened this issue 7 months ago
Hide failing output that always scares me

nohwnd opened this pull request 7 months ago
Remove blank output in PesterThrow.Tests.ps1

fflaten opened this pull request 7 months ago
Update how test registry entry is generated

nohwnd opened this issue 7 months ago
Add count

nohwnd opened this pull request 7 months ago
Remove Pending status

nohwnd opened this pull request 7 months ago
Set profiler based CodeCoverage as default

nohwnd opened this pull request 7 months ago
SkipRemainingOnFailure does not trigger on block failure

fflaten opened this issue 7 months ago
Pester Should -Invoke -Scope "It" not working as expected

sheppyh opened this issue 7 months ago
TestResults.OutputEncoding option ignored

fflaten opened this issue 7 months ago
CodeCoverage.OutputEncoding ignored in xml encoding-attribute

fflaten opened this issue 7 months ago
Skip blocks without runnable tests

fflaten opened this pull request 8 months ago
Hide legacy-only parameters in Invoke-Pester

fflaten opened this pull request 8 months ago
Remove Should legacy syntax error

fflaten opened this pull request 8 months ago
Fix possible NRE in NUnit3 export

fflaten opened this pull request 8 months ago
Fix WildcardPatternException when using dt in P

fflaten opened this pull request 8 months ago
Block setup and teardown executed when tests are skipped

fflaten opened this issue 8 months ago
Certificate warning when upgrading to 5.6.0-beta1

fflaten opened this issue 8 months ago
Remove legacy Should Syntax

nohwnd opened this issue 9 months ago
Remove -Pending from Set-ItResult

nohwnd opened this issue 9 months ago
Revert dropping support of Powershell 3 and friends

nohwnd opened this pull request 9 months ago
Add test count to minimal view

nohwnd opened this issue 9 months ago
Update coverage publish task

nohwnd opened this pull request 9 months ago
Drop support of PowerShell 3, 4, 6.2, and unsupported 7

nohwnd opened this pull request 9 months ago
Update PesterTests and devcontainer to .NET 8

fflaten opened this pull request 9 months ago
Update code-analysis workflow to node20 actions

fflaten opened this pull request 9 months ago
Add Assert assertions to Pester

nohwnd opened this pull request 9 months ago
Templates in test names do not expand variables when skipped

GSDragoon opened this issue 9 months ago
Add missing help for -Skip in Context and Describe

fflaten opened this pull request 10 months ago
Support shuffling / randomized test runs

twhiting opened this issue 10 months ago
New-RandomTempRegistry: Test-Path : No more data is available

chrisdent-de opened this issue 12 months ago
Does somthing like @afterstep exist for Pester 4.6 with Invoke Gherkin

BenjaminLaschkar opened this issue 12 months ago
Refer to a script in a parent directory

erossini opened this issue 12 months ago
Allow using 'RootModule/NestedModule' as ModuleName

fred-gagnon opened this pull request about 1 year ago
Unbound container scriptblock unexpectedly runs in Pester scope

GitHubEddie opened this issue about 1 year ago
Missing timestamp from test suite attributes in junit xml export

GitHubEddie opened this issue about 1 year ago
v5.5 $____Pester.CurrentTest not populated in AfterEach

Scal-Human opened this issue about 1 year ago
Pester stopped working in vscode

vojtech-kasny opened this issue about 1 year ago
Handle tests marked as inconclusive

csandfeld opened this pull request about 1 year ago
Set-ItResult: Return distinctive ErrorId depending on switch used

csandfeld opened this pull request about 1 year ago
Fix Should -HaveParamter -DefaultValue

nohwnd opened this pull request about 1 year ago
fixed typo in propertyy params in TestReults.ps1

stan-alam opened this pull request about 1 year ago
Select-Object and New-MockObject - Discarded PSObject

chrisdent-de opened this issue about 1 year ago
Failure in Discovery when using different parameters across files

GSDragoon opened this issue about 1 year ago
FixStacktraceLanguage

Akturos opened this pull request over 1 year ago
Pester CI Pipeline Should Halt on 'BeforeDiscovery' Failure

Nadiahansen15 opened this issue over 1 year ago
Mocks of functions in nested modules fail on Invoke-Pester wildcard discovery

oxbqkwwxfrqccwtg opened this issue over 1 year ago
Add FreeBSD support

Thefrank opened this pull request over 1 year ago
Missing tests for custom assertions

fflaten opened this issue over 1 year ago
Pester throws an exception when run inside runspace

kborowinski opened this issue over 1 year ago
Test execution sometimes throws a NullReferenceException error

LaurentDardenne opened this issue over 1 year ago
Feature Request: ShouldResult property

JustinGrote opened this pull request over 1 year ago
Standardize container name and type validation

fflaten opened this pull request over 1 year ago
Extract common helper-functions in P-tests

fflaten opened this pull request over 1 year ago
Fix docs for FileContentMatchMultiline* operators

fflaten opened this pull request over 1 year ago
Errors from tests not displaying variables

Leshmoe opened this issue over 1 year ago
`$SecureString |Should -be` testable

iRon7 opened this issue over 1 year ago
Revert "Avoid nested array when using Should -ActualValue (#2315)"

nohwnd opened this pull request over 1 year ago