-
Notifications
You must be signed in to change notification settings - Fork 8.2k
There should be more Test-Command and Test-Module cmdlets #7562
Copy link
Copy link
Closed
Labels
Hacktoberfest-AcceptedAccepted to participate in HacktoberfestAccepted to participate in HacktoberfestIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreWG-Cmdlets-Corecmdlets in the Microsoft.PowerShell.Core modulecmdlets in the Microsoft.PowerShell.Core module
Metadata
Metadata
Assignees
Labels
Hacktoberfest-AcceptedAccepted to participate in HacktoberfestAccepted to participate in HacktoberfestIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreWG-Cmdlets-Corecmdlets in the Microsoft.PowerShell.Core modulecmdlets in the Microsoft.PowerShell.Core module
Specifically,
Test-CommandandTest-Moduleis used heavily in our tests and build module which currently rely onGet-Command -ErrorAction SIlentlyContinuewhich can mask other issues other than testing if a command exists.