PowerShell/test
2024-09-24 14:10:01 -07: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 Make Microsoft feeds the default (#24098) 2024-07-31 19:41:15 +00:00
powershell Fix cleanup in PSResourceGet test (#24339) 2024-09-24 14:10:01 -07: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 Treat large Enum values as numbers in ConvertTo-Json (#20999) 2024-09-19 17:24:20 +00:00
xUnit Add ConvertTo-CliXml and ConvertFrom-CliXml cmdlets (#21063) 2024-07-26 22:12:44 +05: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.