Skip to content

Commit 43a69e7

Browse files
committed
Rename tests
1 parent 01ab760 commit 43a69e7

5 files changed

+7
-7
lines changed

test/InstallPSResourceTests/InstallPSResourceADOServer.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $ProgressPreference = "SilentlyContinue"
55
$modPath = "$psscriptroot/../PSGetTestUtils.psm1"
66
Import-Module $modPath -Force -Verbose
77

8-
Describe 'Test Install-PSResource for V3Server scenarios' -tags 'CI' {
8+
Describe 'Test Install-PSResource for ADO V3Server scenarios' -tags 'CI' {
99

1010
BeforeAll {
1111
$testModuleName = "test_local_mod"
@@ -216,7 +216,7 @@ Describe 'Test Install-PSResource for V3Server scenarios' -tags 'CI' {
216216
}
217217
}
218218

219-
Describe 'Test Install-PSResource for V3Server scenarios' -tags 'ManualValidationOnly' {
219+
Describe 'Test Install-PSResource for ADO V3Server scenarios - Manual Validation' -tags 'ManualValidationOnly' {
220220

221221
BeforeAll {
222222
$testModuleName = "TestModule"

test/InstallPSResourceTests/InstallPSResourceADOV2Server.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $ProgressPreference = "SilentlyContinue"
55
$modPath = "$psscriptroot/../PSGetTestUtils.psm1"
66
Import-Module $modPath -Force -Verbose
77

8-
Describe 'Test Install-PSResource for V3Server scenarios' -tags 'CI' {
8+
Describe 'Test Install-PSResource for ADO V2Server scenarios' -tags 'CI' {
99

1010
BeforeAll {
1111
$testModuleName = "test_local_mod"
@@ -217,7 +217,7 @@ Describe 'Test Install-PSResource for V3Server scenarios' -tags 'CI' {
217217
}
218218
}
219219

220-
Describe 'Test Install-PSResource for V3Server scenarios' -tags 'ManualValidationOnly' {
220+
Describe 'Test Install-PSResource for ADO V2Server scenarios - Manual Validation' -tags 'ManualValidationOnly' {
221221

222222
BeforeAll {
223223
$testModuleName = "TestModule"

test/InstallPSResourceTests/InstallPSResourceContainerRegistryServer.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Describe 'Test Install-PSResource for ACR scenarios' -tags 'CI' {
261261
}
262262
}
263263

264-
Describe 'Test Install-PSResource for V3Server scenarios' -tags 'ManualValidationOnly' {
264+
Describe 'Test Install-PSResource for Container Registry scenarios - Manual Validation' -tags 'ManualValidationOnly' {
265265

266266
BeforeAll {
267267
$testModuleName = "TestModule"

test/InstallPSResourceTests/InstallPSResourceGithubPackages.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Describe 'Test Install-PSResource for GitHub packages' -tags 'CI' {
222222
}
223223
}
224224

225-
Describe 'Test Install-PSResource for V3Server scenarios' -tags 'ManualValidationOnly' {
225+
Describe 'Test Install-PSResource for GitHub Packages scenarios - Manual Validation' -tags 'ManualValidationOnly' {
226226

227227
BeforeAll {
228228
$testModuleName = "TestModule"

test/InstallPSResourceTests/InstallPSResourceV3Server.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ Describe 'Test Install-PSResource for V3Server scenarios' -tags 'CI' {
377377
}
378378
}
379379

380-
Describe 'Test Install-PSResource for V3Server scenarios' -tags 'ManualValidationOnly' {
380+
Describe 'Test Install-PSResource for V3Server scenarios - Manual Validation' -tags 'ManualValidationOnly' {
381381

382382
BeforeAll {
383383
$testModuleName = "TestModule"

0 commit comments

Comments
 (0)