File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -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)
@@ -123,6 +124,7 @@ Describe 'Quality for module' -Tags 'TestQuality' {
123
124
"some rule triggered.`r`n`r`n $report"
124
125
}
125
126
}
127
+ #>
126
128
127
129
Describe ' Help for module' - Tags ' helpQuality' {
128
130
It ' Should have .SYNOPSIS for <Name>' - ForEach $testCases {
@@ -210,4 +212,3 @@ Describe 'Help for module' -Tags 'helpQuality' {
210
212
}
211
213
}
212
214
}
213
-
You can’t perform that action at this time.
0 commit comments