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

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

nohwnd opened this issue · comments

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 #2428 (comment)

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

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

Fully 👏