We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Within the _.Tests.ps1 unit test file, add further tests to validate function/alias structure:
_.Tests.ps1
/Public
Pode.psd1
FunctionsToExport
AliasesToExport
Pode
Get-Verb
Also fix any issues these might flag such as functions that should be in the psd1.
The text was updated successfully, but these errors were encountered:
#1283: Add more unit tests for checking function syntax
0d9fa62
Badgerati
Successfully merging a pull request may close this issue.
Describe the Change
Within the
_.Tests.ps1
unit test file, add further tests to validate function/alias structure:/Public
are within thePode.psd1
file'sFunctionsToExport
/Public
are within thePode.psd1
file'sAliasesToExport
Pode
tag, and are using approved PowerShell verbs (Get-Verb
)Pode
tag, and are using approved PowerShell verbs (Get-Verb
)Also fix any issues these might flag such as functions that should be in the psd1.
The text was updated successfully, but these errors were encountered: