PowerShell/test
2020-11-20 16:17:45 +05: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 Revert "Update hyperlink for DefaultPromptFunctionText (#13176)" (#14107) 2020-11-17 09:50:59 -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 SA1507: Code should not contain multiple blank lines in a row (#14136) 2020-11-20 16:17:45 +05:00
xUnit Enable SA1516: Elements should be separated by blank line (#14137) 2020-11-20 16:11:36 +05: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.