PowerShell/test
2020-05-16 21:36:15 +05: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 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
powershell Ensure null-coalescing LHS is evaluated only once (#12667) 2020-05-16 21:36:15 +05: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 docs.microsoft.com links (#12653) 2020-05-15 03:29:43 +00:00
xUnit Bump Xunit.SkippableFact from 1.3.12 to 1.4.8 (#12480) 2020-04-28 10:35:40 -07:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Move to .NET 5 preview.1 (#12140) 2020-03-19 11:27:13 -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.