PowerShell/test
2023-01-25 16:34:44 +05:00
..
common Bump decode-uri-component from 0.2.0 to 0.2.2 (#18712) 2022-12-02 10:44:29 -08:00
docker/networktest Update to use mcr.microsoft.com (#17272) 2022-05-05 15:27:59 -07:00
hosting Revert "Replace win7 runtime with win8 and remove APISets (#18304)" (#18322) 2022-10-18 16:48:07 -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 Revert "Replace win7 runtime with win8 and remove APISets (#18304)" (#18322) 2022-10-18 16:48:07 -07:00
perf Fix typo in dotnet-tools/README.md (#19021) 2023-01-25 09:09:54 +05:00
powershell Fix bug with managing redirection and keepAuthorization in Web cmdlets (#18902) 2023-01-13 18:31:03 +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 Add tests for Allowinsecureredirect parameter in Web cmdlets (#18939) 2023-01-13 17:37:55 +05:00
xUnit Add progress to Copy-Item (#18735) 2023-01-25 16:34:44 +05:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Use interpolated strings 3 (#18979) 2023-01-21 17:56:57 +05: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.