PowerShell/test
2019-01-29 17:24:18 -08:00
..
common/markdown Update some info in md-link-checks (#8757) 2019-01-29 08:54:23 +05:00
docker/networktest Revise use of Start-Sleep cmdlet (#8633) 2019-01-15 12:31:52 +05: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 Correctly Report impact level when SupportsShouldProcess is not set to 'true' (#8209) 2019-01-26 03:12:00 -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 Fix cleanup config files for the csharp xUnit tests (#8761) 2019-01-29 17:24:18 -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.