pester / Pester

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

Use functions instead of aliases and patch warning #2499

Closed nohwnd closed 3 months ago

nohwnd commented 3 months ago

Use function exports instead of exporting Assert- functions and Should- aliases. We have to hack the recommended verbs list, but import is faster, and usage less confusing.