Adding test coverage for Alias provider#2264
Conversation
|
Hi @ChrisUbben, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
TTYL, MSBOT; |
There was a problem hiding this comment.
This test is testing alias provider. It should not belong to the Management module. Please move the test file to the appropriate folder.
There was a problem hiding this comment.
Also fix the spelling of validation.
There was a problem hiding this comment.
Fixed spelling of validation.
I talked to @JamesWTruher and he said to put these provider tests in Modules/Microsoft.PowerShell.Management/.
|
@Francisco-Gamino could you please review this PR? |
|
Hi @ChrisUbben, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
TTYL, MSBOT; |
There was a problem hiding this comment.
Maybe add > $null to New-Item? #closed
There was a problem hiding this comment.
Please move Remove-Item to a finally block, so that it will be cleaned up even if the above Should Be failed. #closed
Could you both take a look at this for me? @Francisco-Gamino @JamesWTruher
Thanks!