PowerShell/test
2020-12-28 12:42:02 -08:00
..
common/markdown Update ini component version in test package.json (#14454) 2020-12-28 12:42:02 -08: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 Add support to $PSStyle for strikethrough and hyperlinks (#14461) 2020-12-19 11:54:51 +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 Enable SA1003: Symbols should be spaced correctly (#14476) 2020-12-23 21:21:26 +05:00
xUnit Enable CA1822: Mark private members as static (#13897) 2020-12-09 11:04:23 -08:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Add StyleCop.Analyzers package (#13963) 2020-11-18 23:13:09 +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.