File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## [ Unreleased]
7
7
8
+ ### Added
9
+
10
+ - added pester tests to check that changelog is edited.
11
+
8
12
## [ 3.0.1-preview0026] - 2023-08-28
9
13
10
14
### Added
11
15
12
16
- Pester v5 support for agent checks.
13
17
18
+
14
19
## [ 3.0.1-preview0025] - 2023-08-28
15
20
16
21
### Added
Original file line number Diff line number Diff line change 1
- <#
1
+
2
2
BeforeDiscovery {
3
3
$script :moduleName = $ProjectName
4
4
@@ -76,6 +76,7 @@ Describe 'General module control' -Tags 'FunctionalQuality' {
76
76
}
77
77
}
78
78
79
+
79
80
BeforeDiscovery {
80
81
# Must use the imported module to build test cases.
81
82
$allModuleFunctions = & $mut { Get-Command - Module $args [0 ] - CommandType Function } $script :moduleName
@@ -90,7 +91,7 @@ BeforeDiscovery {
90
91
}
91
92
}
92
93
}
93
-
94
+ <#
94
95
Describe 'Quality for module' -Tags 'TestQuality' {
95
96
BeforeDiscovery {
96
97
if (Get-Command -Name Invoke-ScriptAnalyzer -ErrorAction SilentlyContinue)
@@ -210,5 +211,4 @@ Describe 'Help for module' -Tags 'helpQuality' {
210
211
}
211
212
}
212
213
}
213
-
214
214
#>
You can’t perform that action at this time.
0 commit comments