PowerShell/test
2019-10-03 17:15:41 -07:00
..
common/markdown Additional Telemetry - Implementation of RFC0036 (#10336) 2019-08-15 16:13:53 -07:00
docker/networktest Update use of "PowerShell Core" to just "PowerShell" (#9513) 2019-05-10 15:34:27 -07:00
hosting Make Add-Type usable in application that hosts PowerShell (#10587) 2019-09-25 16:26:19 -07:00
nanoserver Add the license header to nanoserver.tests.ps1 (#10171) 2019-07-16 12:56:55 -07:00
packaging/windows Update use of "PowerShell Core" to just "PowerShell" (#9513) 2019-05-10 15:34:27 -07:00
powershell Add Get-ChildItem test (#10507) 2019-10-03 17:15:41 -07:00
shebang Reorganize tests 2016-01-14 17:00:06 -08:00
tools Update to .Net Core 3.0 RTM (#10604) 2019-09-23 13:10:58 -07:00
xUnit Add APIs for breakpoint management in runspaces and enable attach to process without BreakAll for PSES (#10338) 2019-09-05 11:30:25 -07:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Port PowerShell to .NET Core 3.0 (#9597) 2019-05-21 13:43:51 +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.