PowerShell/test
PRASOON KARUNAN V 837c3e8f42
Change minimum depth to 0 for ConvertTo-Json (#14830)
* Make Depth default value to 0

* updating as per review comment
2021-04-08 12:53:32 -07:00
..
common/markdown Update copy-props version in package.json (#15124) 2021-04-01 11:08:17 -07:00
docker/networktest Remove unused code (#12610) 2020-05-11 11:59:22 -07:00
hosting Backport changes from the PowerShell v7.1.1 release (#14621) 2021-01-19 17:43:01 +05: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 exe wrapper for Microsoft Update scenarios (#14737) 2021-02-19 15:39:35 -08:00
powershell Change minimum depth to 0 for ConvertTo-Json (#14830) 2021-04-08 12:53:32 -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 Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
tools Enable SA1001: Commas should be spaced correctly (#14171) 2021-03-30 15:17:17 -07:00
xUnit Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4 (#15141) 2021-04-08 12:24:58 -07:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Bump .NET framework to 6.0.0-preview.1 (#14719) 2021-02-08 17:13:33 -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.