PowerShell/test
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
..
common/markdown Remove directory causing static analysis failure (#8812) 2019-02-01 18:03:12 -08:00
docker/networktest Remove appveyor functions from New-DockerTestBuild.psm1 (#8756) 2019-01-31 11:15:31 -08:00
hosting Merged PR 6644: Update hosting tests and metadata.json for 6.2.0-preview.4 release 2019-01-22 21:43:47 +00:00
packaging/windows Simplify the paths the MSI uses (#6442) 2018-04-02 10:47:29 -07:00
powershell Allow .exe files to be used as IL binary modules (#7281) 2019-02-07 11:24:06 -08:00
shebang Reorganize tests 2016-01-14 17:00:06 -08:00
tools Merged PR 6648: Bump SDK and Runtime Versions 2019-01-23 02:18:44 +00:00
xUnit Change xUnit RunspaceTests to run sequentially (#8796) 2019-01-30 14:12:26 -08:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Refactor ConvertTo-Json to expose JsonObject.ConvertToJson as a public API (#8682) 2019-01-23 10:41:19 -08:00

Testing

The tests are organized by testing language. Thus Pester tests, which are written in the PowerShell language, are in ./powershell and xUnit tests, written in C#, are in ./xUnit. The third-party shebang test is in ./shebang.