PowerShell/test
2021-02-12 15:07:42 -08:00
..
common/markdown Update link to manning book (#14750) 2021-02-09 13:12:13 -08:00
docker/networktest Remove unused code (#12610) 2020-05-11 11:59:22 -07:00
hosting Backport changes from the PowerShell v7.1.1 release (#14621) 2021-01-19 17:43:01 +05: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 A separate Windows packaging CI (#14670) 2021-02-08 13:25:14 -08:00
powershell Refactor MSI CI (#14753) 2021-02-12 15:07:42 -08: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 Bump .NET framework to 6.0.0-preview.1 (#14719) 2021-02-08 17:13:33 -08:00
xUnit Bump XunitXml.TestLogger from 3.0.56 to 3.0.62 (#14702) 2021-02-04 17:54:18 -08:00
README.md
Test.Common.props Bump .NET framework to 6.0.0-preview.1 (#14719) 2021-02-08 17:13:33 -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.