PowerShell/test/powershell/Host
Ilya 950e4ba082
Direct Clear-Host output to terminal (#10681)
Clear-Host on Unix calls clear command which issues escapes. Before the change we write them to PowerShell output stream and it could be unwantedly intercepted. After the change we write the escapes directly to console.
2019-10-03 08:51:07 +05:00
..
assets Need explicit -command to execute command in Read-Host output test (#4103) 2017-06-28 10:13:37 -07:00
TabCompletion Cleanup workflow - remove PSProxyJob (#10083) 2019-07-12 07:56:27 +05:00
Base-Directory.Tests.ps1 [feature] (#7101) 2018-06-27 10:26:37 +05:00
ConsoleHost.Tests.ps1 Direct Clear-Host output to terminal (#10681) 2019-10-03 08:51:07 +05:00
HostUtilities.Tests.ps1 Fix tests running in Azure DevOps (#8220) 2018-11-09 15:11:02 -08:00
Logging.Tests.ps1 Fix an intermittent failure in macOS logging tests (#8385) 2018-12-03 14:29:49 -08:00
PSVersionTable.Tests.ps1 Fix #requires -version for pwsh 7 to include 6.1 and 6.2 in PSCompatibleVersions (#9943) 2019-08-12 15:25:28 -07:00
Read-Host.Tests.ps1 Multiple test fixes and improved logging for fragile tests (#9569) 2019-05-10 10:56:12 -07:00
ScreenReader.Tests.ps1 Skip auto-loading PSReadLine on Windows if the NVDA screen reader is active (#10385) 2019-08-23 09:09:34 +05:00
Startup.Tests.ps1 Alpine validation changes (#10428) 2019-08-24 11:35:34 -07:00