PowerShell/test
2020-11-13 17:20:15 -08:00
..
common/markdown markdownlint security updates (#13730) 2020-10-02 09:51:09 -07:00
docker/networktest Remove unused code (#12610) 2020-05-11 11:59:22 -07:00
hosting Remove workarounds for .NET 5 RTM builds (#14038) 2020-11-11 14:53:33 -08: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 Fix Path for the Preview MSI (#13070) 2020-07-01 09:56:12 -07:00
powershell Update hyperlink for DefaultPromptFunctionText (#13176) 2020-11-13 17:20:15 -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 Enable CA1829: Use Length/Count property instead of Count() (#13925) 2020-11-11 11:55:39 +05:00
xUnit Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0 (#14020) 2020-11-13 08:50:33 +05:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Enforce code style in build (#13957) 2020-11-01 12:33:18 +05: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.