File tree Expand file tree Collapse file tree
PSCompatibilityCollector/Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Copyright (c) Microsoft Corporation. All rights reserved.
22# Licensed under the MIT License.
33
4- Write-Verbose - Verbose (" Modules:`n " + (Get-Module - ListAvailable | Out-String ))
5- Write-Verbose - Verbose (" Exported cmdlets from PSCompatibilityCollector:`n " + (Get-Module - ListAvailable PSCompatibilityCollector | % { $_.ExportedCmdlets.Keys } | Out-String ))
6- Write-Verbose - Verbose (" Commands:`n " + (Get-Command - Module PSCompatibilityCollector | Out-String ))
7-
8- Get-Module PSCompatibilityCollector | Remove-Module
9-
10- Describe " PSCompatiblityCollector cmdlets" {
4+ # TODO: These tests don't work in-process; they load too much and in AppVeyor, the module doesn't load properly.
5+ # They have been marked pending until we can work out how to run them and still merge their results into the XML.
6+ Describe " PSCompatiblityCollector cmdlets" - Pending {
117 BeforeAll {
128 $compatModulePath = (Get-Module - ListAvailable ' PSCompatibilityCollector' )[0 ].Path
139 $pwshName = (Get-Process - Id $PID ).Path
You can’t perform that action at this time.
0 commit comments