mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +00:00
7 lines
252 B
PowerShell
7 lines
252 B
PowerShell
Describe "PipxPackages" {
|
|
$pipxToolset = Get-ToolsetValue "pipx"
|
|
$testCases = $pipxToolset | ForEach-Object { @{package = $_.package; cmd = $_.cmd} }
|
|
It "<package>" -TestCases $testCases {
|
|
"$cmd" | Should -ReturnZeroExitCode
|
|
}
|
|
} |