PowerShell/test
2021-04-22 08:38:13 -07:00
..
common/markdown Fix yarn-lock for copy-props (#15225) 2021-04-13 15:08:46 -07:00
docker/networktest Remove unused code (#12610) 2020-05-11 11:59:22 -07:00
hosting Add space before comma to hosting test to fix error reported by SA1001 (#15224) 2021-04-13 15:09:55 -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 Add exe wrapper for Microsoft Update scenarios (#14737) 2021-02-19 15:39:35 -08:00
powershell Revert "Enhance Remove-Item to work with OneDrive (#14902)" (#15253) 2021-04-16 13:43:11 -07: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 Fix SSH remoting connection hang with misconfigured endpoint (#15175) 2021-04-13 15:36:36 -07:00
tools Enable SA1008 Opening parenthesis should be spaced correctly (#14242) 2021-04-16 13:33:02 -04:00
xUnit Default to MTA on Windows platforms where STA is not supported (#15106) 2021-04-22 08:38:13 -07:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
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.