2020-10-21 15:50:53 +03:00
|
|
|
Describe "PipxPackages" {
|
|
|
|
|
$pipxToolset = Get-ToolsetValue "pipx"
|
|
|
|
|
$testCases = $pipxToolset | ForEach-Object { @{package = $_.package; cmd = $_.cmd} }
|
|
|
|
|
It "<package>" -TestCases $testCases {
|
|
|
|
|
"$cmd" | Should -ReturnZeroExitCode
|
|
|
|
|
}
|
|
|
|
|
}
|