PowerShell/test
Travis Plunk 8af2f5c611
TLS test fix back-port (#17424)
Cherry-pick part of #17061
2022-05-24 13:13:44 -07:00
..
common/markdown Upgrade set-value package for markdown test (#16196) 2021-10-18 11:01:14 -07:00
docker/networktest Update to use mcr.microsoft.com (#17272) 2022-05-11 10:30:38 -07:00
hosting Add space before comma to hosting test to fix error reported by SA1001 (#15224) 2021-04-13 15:09:55 -07:00
nanoserver Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
packaging/windows Set clean state before testing UseMU in the MSI (#16543) 2021-12-07 13:03:31 -08:00
perf Update to latest .NET 6 GA build 6.0.100-rtm.21527.11 (#16309) 2021-11-01 11:58:24 -07:00
powershell TLS test fix back-port (#17424) 2022-05-24 13:13:44 -07:00
shebang Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
SSHRemoting Fix SSH remoting connection hang with misconfigured endpoint (#15175) 2021-04-13 15:36:36 -07:00
tools Update to latest .NET 6 GA build 6.0.100-rtm.21527.11 (#16309) 2021-11-01 11:58:24 -07:00
xUnit Merged PR 18388: Updated package dependencies for 7.2.1 2021-12-07 21:47:57 +00:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Add disable implicit namespace addition from test projects (#15895) 2021-08-09 13:36:40 -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.