Skip to content

Commit 44efb54

Browse files
committed
functional not integration
1 parent a8339a2 commit 44efb54

7 files changed

Lines changed: 7 additions & 7 deletions

tests/functional/Install-DBOPackage.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
. "$PSScriptRoot\..\detect_types.ps1"
33
}
44

5-
Describe "<type> Install-DBOPackage integration tests" -Tag FunctionalTests -ForEach $types {
5+
Describe "<type> Install-DBOPackage functional tests" -Tag FunctionalTests -ForEach $types {
66
BeforeAll {
77
$commandName = $PSCommandPath.Replace(".Tests.ps1", "").Replace($PSScriptRoot, "").Trim("/")
88
. $PSScriptRoot\fixtures.ps1 -CommandName $commandName -Type $Type

tests/functional/Install-DBOScript.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
. "$PSScriptRoot\..\detect_types.ps1"
33
}
44

5-
Describe "<type> Install-DBOScript integration tests" -Tag FunctionalTests -ForEach $types {
5+
Describe "<type> Install-DBOScript functional tests" -Tag FunctionalTests -ForEach $types {
66
BeforeAll {
77
$commandName = $PSCommandPath.Replace(".Tests.ps1", "").Replace($PSScriptRoot, "").Trim("/")
88
. $PSScriptRoot\fixtures.ps1 -CommandName $commandName -Type $Type

tests/functional/Invoke-DBOQuery.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ BeforeDiscovery {
22
. "$PSScriptRoot\..\detect_types.ps1"
33
}
44

5-
Describe "<type> Invoke-DBOQuery integration tests" -Tag FunctionalTests -ForEach $types {
5+
Describe "<type> Invoke-DBOQuery functional tests" -Tag FunctionalTests -ForEach $types {
66
BeforeAll {
77
$commandName = $PSCommandPath.Replace(".Tests.ps1", "").Replace($PSScriptRoot, "").Trim("/")
88
. $PSScriptRoot\fixtures.ps1 -CommandName $commandName -Type $Type

tests/functional/Invoke-Deployment.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
. "$PSScriptRoot\..\detect_types.ps1"
33
}
44

5-
Describe "<type> Invoke-Deployment integration tests" -Tag FunctionalTests -ForEach $types {
5+
Describe "<type> Invoke-Deployment functional tests" -Tag FunctionalTests -ForEach $types {
66
BeforeAll {
77
$commandName = $PSCommandPath.Replace(".Tests.ps1", "").Replace($PSScriptRoot, "").Trim("/")
88
. $PSScriptRoot\fixtures.ps1 -CommandName $commandName -Type $Type -Internal

tests/functional/Register-DBOPackage.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
. "$PSScriptRoot\..\detect_types.ps1"
33
}
44

5-
Describe "<type> Register-DBOPackage integration tests" -Tag FunctionalTests -ForEach $types {
5+
Describe "<type> Register-DBOPackage functional tests" -Tag FunctionalTests -ForEach $types {
66
BeforeAll {
77
$commandName = $PSCommandPath.Replace(".Tests.ps1", "").Replace($PSScriptRoot, "").Trim("/")
88
. $PSScriptRoot\fixtures.ps1 -CommandName $commandName -Type $Type -Internal

tests/functional/Update-DBOSchemaTable.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
. "$PSScriptRoot\..\detect_types.ps1"
33
}
44

5-
Describe "<type> Update-DBOSchemaTable integration tests" -Tag FunctionalTests -ForEach $types {
5+
Describe "<type> Update-DBOSchemaTable functional tests" -Tag FunctionalTests -ForEach $types {
66
BeforeAll {
77
$commandName = $PSCommandPath.Replace(".Tests.ps1", "").Replace($PSScriptRoot, "").Trim("/")
88
. $PSScriptRoot\fixtures.ps1 -CommandName $commandName -Type $Type -Internal

tests/functional/deploy.ps1.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
. "$PSScriptRoot\..\detect_types.ps1"
33
}
44

5-
Describe "<type> deploy.ps1 integration tests" -Tag FunctionalTests -ForEach $types {
5+
Describe "<type> deploy.ps1 functional tests" -Tag FunctionalTests -ForEach $types {
66
BeforeAll {
77
$commandName = $PSCommandPath.Replace(".Tests.ps1", "").Replace($PSScriptRoot, "").Trim("/")
88
. $PSScriptRoot\fixtures.ps1 -CommandName $commandName -Type $Type

0 commit comments

Comments
 (0)