pester / Pester

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

`Get-Help Should-Be` will still show `Assert-Be`. We'll also need to modify `generate-command-reference.ps1` in docs-repo to rename files and title to match alias. #2476

Closed nohwnd closed 2 months ago

nohwnd commented 3 months ago

Get-Help Should-Be will still show Assert-Be. We'll also need to modify generate-command-reference.ps1 in docs-repo to rename files and title to match alias.

_Originally posted by @fflaten in https://github.com/pester/Pester/pull/2428#discussion_r1606100532_

nohwnd commented 2 months ago

2499 exports should-* as functions, this should partially (or fully?) solve the problem.

fflaten commented 2 months ago

2499 exports should-* as functions, this should partially (or fully?) solve the problem.

Fully 👏