pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://pester.dev/
Other
3.1k stars 469 forks source link

Missing Description in new Assert assertions #2490

Open fflaten opened 3 months ago

fflaten commented 3 months ago

Checklist

Where did you see it?

Pester (latest)

Function name

Should-*

What is the issue?

New Should- functions are missing Description-section. Wasn't caught by help tests as Should- is currently excluded. See https://github.com/pester/Pester/pull/2489/commits/8f1036e407abfbccec785a1672b09fbde6e9b049

nohwnd commented 3 months ago

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