pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.

Home Page:https://pester.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Description in new Assert assertions

fflaten opened this issue · comments

Checklist

Where did you see it?

Pester (latest)

Function name

Assert-*

What is the issue?

New Assert-* functions are missing Description-section. Wasn't caught by help tests as Assert-* is currently excluded. See 8f1036e

I've changed the code to exclude Should-*.