Tests statuses improve

This commit is contained in:
ili101
2019-08-29 01:53:07 +03:00
parent 15eb2130b5
commit 591b854e2b
6 changed files with 17 additions and 7 deletions

View File

@@ -2,7 +2,9 @@
Describe "Password Support" {
if ($PSVersionTable.PSVersion.Major -GT 5) {
Write-Warning "Can't test passwords on V6 and later"
It "Password Supported" {
Set-ItResult -Pending -Because "Can't test passwords on V6 and later"
}
return
}
Context "Password protected sheet" {