Skip to content

Commit 9834688

Browse files
Merge concurrent release updates
# Conflicts: # tests/Auth.Tests.ps1 # tests/Ddns.Tests.ps1 # tests/Domains.Tests.ps1 # tests/Invoices.Tests.ps1 # tests/TestLayout.Tests.ps1
2 parents 272aca4 + fe18c35 commit 9834688

3 files changed

Lines changed: 2 additions & 30 deletions

File tree

.github/pull_request_template.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

tests/Auth.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,3 @@ Describe 'Get-DomeneshopContext' {
190190
$result.ID | Should -Be 'demo'
191191
}
192192
}
193-

tests/TestLayout.Tests.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ $testCases = Get-ChildItem -Path $publicFunctionsPath -Filter '*.ps1' -Recurse |
2424
Describe 'Public command test layout' {
2525
It 'covers <FunctionName> in <TestFile>' -ForEach $testCases {
2626
Test-Path -LiteralPath $TestPath -PathType Leaf | Should -BeTrue
27+
Get-Content -LiteralPath $TestPath -Raw |
28+
Should -Match ([regex]::Escape("Describe '$FunctionName'"))
2729
}
2830
}

0 commit comments

Comments
 (0)