PowerShell/test
2024-01-16 12:39:24 -08:00
..
docker/networktest Update to use mcr.microsoft.com (#17272) 2022-05-05 15:27:59 -07:00
hosting Update .NET SDK to version 8.0.100-rc.1.23455.8 (#20269) 2023-09-20 14:33:49 -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 ProductCode in registry for MSI install (#19590) 2023-05-10 05:36:34 +00:00
perf Bump to .NET 8 RC2 (#20510) 2023-10-18 18:10:25 +00:00
powershell Fix regression -Tail 0 -Wait (#20734) 2024-01-11 11:49:31 +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 Add the -ConfigurationFile command line parameter to pwsh to support local session configuration (#17447) 2022-06-06 12:12:53 -07:00
tools Bump .NET SDK to 8.0.0 RTM build and move the current preview changelog to 7.4.md (#20850) 2023-12-05 13:22:56 -08:00
xUnit Bump xunit from 2.6.5 to 2.6.6 (#21071) 2024-01-16 12:39:24 -08:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Update to .NET 8 preview 1 build (#19194) 2023-02-22 16:12:16 -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.