PowerShell/test/powershell/Modules/Microsoft.PowerShell.Core
Bruce Payette 6bc6257a55 Allow .exe files to be used as IL binary modules (#7281)
Fix for #6741 Allow .exe files to be used as binary modules. Basically anywhere a .dll could be used with modules, you can now use a .exe file. Also did a little clean up, replacing constant strings with the StringLiteral values instead.
2019-02-07 11:24:06 -08:00
..
CompatiblePSEditions.Module.Tests.ps1 Fix to not duplicate the System32 module path when starting pwsh from pwsh (#7414) 2018-08-03 11:22:30 -07:00
Enter-PSHostProcess.Tests.ps1 Fix Enter-PSHostProcess test to wait until runspace is ready before attempting to enter (#8725) 2019-01-23 15:07:34 -08:00
Get-Module.Tests.ps1 Fix 'FixupFileName' to not load resolved assembly during module discovery (#8634) 2019-01-15 16:22:25 -08:00
Get-PSHostProcessInfo.Tests.ps1 Support 'Get-PSHostProcessInfo' and 'Enter-PSHostProcess' on Unix platforms (#8232) 2018-11-15 12:50:04 -08:00
History.Tests.ps1 Add Duration property to HistoryInfo (#5208) 2018-08-28 08:03:07 +05:00
Import-Module.Tests.ps1 Allow .exe files to be used as IL binary modules (#7281) 2019-02-07 11:24:06 -08:00
Job.Tests.ps1 Revise use of Start-Sleep cmdlet (#8633) 2019-01-15 12:31:52 +05:00
ModuleConstraint.Tests.ps1 Fix incorrect name check when autoloading required modules (#8218) 2018-11-13 14:56:07 -08:00
ModuleManifest.Tests.ps1 Fix incorrect name check when autoloading required modules (#8218) 2018-11-13 14:56:07 -08:00
Out-Default.Tests.ps1 Update tests in Modules/Microsoft.PowerShell.Core to use new Pester syntax. (#6349) 2018-03-23 10:36:11 -07:00
Out-Host.Tests.ps1 Update tests in Modules/Microsoft.PowerShell.Core to use new Pester syntax. (#6349) 2018-03-23 10:36:11 -07:00
Pester.Commands.Cmdlets.GetCommand.Tests.ps1 Add VSTS CI for Windows (#7536) 2018-08-17 22:06:51 -07:00
PSSessionConfiguration.Tests.ps1 Update test which assumes all previews have the name preview in the version. (#7625) 2018-08-23 17:19:45 -07:00
RemoteGetModule.Tests.ps1 Fix tests running in Azure DevOps (#8220) 2018-11-09 15:11:02 -08:00
RemoteImportModule.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
RemotingCmdlets.Tests.ps1 Update tests in Modules/Microsoft.PowerShell.Core to use new Pester syntax. (#6349) 2018-03-23 10:36:11 -07:00
Remove-Module.Tests.ps1 Fix incorrect name check when autoloading required modules (#8218) 2018-11-13 14:56:07 -08:00
Set-PSDebug.Tests.ps1 Remove appveyor environment checks (#8669) 2019-01-17 12:33:35 -08:00
TestGetCommand.Tests.ps1 Update tests in Modules/Microsoft.PowerShell.Core to use new Pester syntax. (#6349) 2018-03-23 10:36:11 -07:00
Where-Object.Tests.ps1 Use -HaveCount instead of -Be in Where-Object.Tests.ps1. (#7379) 2018-07-31 08:51:42 +05:00