PowerShell/test
2024-11-12 15:57:38 -08:00
..
docker/networktest [StepSecurity] Apply security best practices (#21480) 2024-04-16 21:58:26 +00:00
hosting Make Microsoft feeds the default (#24098) 2024-07-31 19:41:15 +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 Remember installation options and used them to initialize options for the next installation (#20420) 2024-05-07 21:45:50 +00:00
perf [master] Update branch for release (#24534) 2024-10-31 15:15:28 -07:00
powershell Support PSObject wrapped values in ArgumentToEncodingTransformationAttribute (#24555) 2024-11-12 08:41:22 +05:00
releaseTools Add support for back porting PRs from GitHub or the Private Azure Repos (#20670) 2024-08-13 13:07:53 -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 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 9 and dependencies (#24573) 2024-11-12 15:57:38 -08:00
xUnit [master] Update branch for release (#24534) 2024-10-31 15:15:28 -07:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Bump to .NET 9 Preview 1 (#21229) 2024-02-16 03:15:11 +00: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.