PowerShell/test
2021-10-12 14:47:49 -07:00
..
common/markdown Upgrade set-value package for markdown test (#16196) 2021-10-12 14:47:49 -07:00
docker/networktest Remove unused code (#12610) 2020-05-11 11:59:22 -07:00
hosting Merged PR 14128: Remove unneeded NuGet feeds for hosting SDK test 2021-01-13 20:51:12 +00: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 Merged PR 17522: Add-type NoLanguage mode vuln fix 2021-10-12 18:17:41 +00: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 Merged PR 14775: Bump .NET SDK to 5.0.4 2021-03-10 01:03:13 +00:00
xUnit Merged PR 16715: Update .NET SDK version and other packages 2021-08-11 19:20:41 +00:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Update PowerShell to build against dotnet 5.0-RC.1 (#13643) 2020-09-23 14:04:01 -07: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.