PowerShell/test/powershell/Host
Steve Lee a9d10dda42 Fix two tests that are failing on nightly run (#6723)
- For ConsoleHosts tests, the test is validating error condition, but did not redirect stderr to stdout so the output isn't captured and thus an empty string failing the assertion.
- For SSHConnectionInfo API tests, it's calling a constructor that got overwritten with a new parameter. Fix is to put back that public API and overload it with a new one.
2018-04-24 16:25:55 -07:00
..
assets Need explicit -command to execute command in Read-Host output test (#4103) 2017-06-28 10:13:37 -07:00
TabCompletion Update 'Update-Help' to save help content in user scope by default (#6352) 2018-04-02 15:32:55 -07:00
Base-Directory.Tests.ps1 Upgrade tests in test\powershell\Host folder to PesterV4 syntax (#6250) 2018-03-23 10:48:26 -07:00
ConsoleHost.Tests.ps1 Fix two tests that are failing on nightly run (#6723) 2018-04-24 16:25:55 -07:00
HostUtilities.Tests.ps1 Upgrade tests in test\powershell\Host folder to PesterV4 syntax (#6250) 2018-03-23 10:48:26 -07:00
Logging.Tests.ps1 Add PowerShell logging tests for macOS and Linux (#6025) 2018-03-29 14:46:08 -07:00
PSVersionTable.Tests.ps1 Upgrade tests in test\powershell\Host folder to PesterV4 syntax (#6250) 2018-03-23 10:48:26 -07:00
Read-Host.Tests.ps1 Upgrade tests in test\powershell\Host folder to PesterV4 syntax (#6250) 2018-03-23 10:48:26 -07:00