mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
7 lines
254 B
PowerShell
7 lines
254 B
PowerShell
Describe "PipxPackages" {
|
|
$pipxToolset = (Get-ToolsetContent).pipx
|
|
$testCases = $pipxToolset | ForEach-Object { @{package = $_.package; cmd = $_.cmd} }
|
|
It "<package>" -TestCases $testCases {
|
|
"$cmd" | Should -ReturnZeroExitCode
|
|
}
|
|
} |