PowerShell/test
2021-10-12 14:36:23 -07:00
..
common/markdown Upgrade set-value package for markdown test (#16196) 2021-10-12 14:36:23 -07:00
docker/networktest Update use of "PowerShell Core" to just "PowerShell" (#9513) 2019-05-10 15:34:27 -07:00
hosting Merged PR 14147: Remove myget feeds from test nuget.config 2021-01-14 21:11:47 +00:00
nanoserver Add the license header to nanoserver.tests.ps1 (#10171) 2019-07-16 12:56:55 -07:00
packaging/windows Update use of "PowerShell Core" to just "PowerShell" (#9513) 2019-05-10 15:34:27 -07:00
powershell Merged PR 17521: Add-type NoLanguage mode vuln fix 2021-10-12 19:03:24 +00:00
shebang Reorganize tests 2016-01-14 17:00:06 -08:00
tools Merged PR 14783: Bump .NET to version 3.1.407 2021-03-10 02:56:36 +00:00
xUnit Merged PR 14462: Bump .NET SDK to 3.1.12 2021-02-10 02:10:40 +00:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Move to .NET Core 3.1 preview 1 (#10798) 2019-10-18 16:49:25 -07: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.