PowerShell/test
2020-05-29 11:33:49 -07:00
..
common/markdown Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
docker/networktest Remove unused code (#12610) 2020-05-11 11:59:22 -07:00
hosting Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -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 Wrap tests in pester blocks (#12700) 2020-05-23 13:24:53 +00:00
powershell Add CommandLine property to Process (#12288) 2020-05-29 11:33:49 -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 Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
tools Update .NET SDK version from 5.0.100-preview.5.20272.6 to 5.0.100-preview.5.20278.13 (#12772) 2020-05-29 09:36:12 -07:00
xUnit Formatting: Add empty line between declarations (#12824) 2020-05-29 04:56:33 +00:00
README.md
Test.Common.props Remove phrase 'All rights reserved' from Microsoft copyright statements (#12722) 2020-05-20 12:02:38 +00: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.