PowerShell/test
Aditya Patwardhan ed1b991b6f Merged PR 8512: Update version for SDK tests and Microsoft.PowerShell.Native package
Update version for SDK tests and Microsoft.PowerShell.Native package
2019-05-24 20:17:45 +00:00
..
common/markdown Build(deps): Bump gulp from 4.0.1 to 4.0.2 in /test/common/markdown (#9544) 2019-05-10 10:07:22 -07:00
docker/networktest Update use of "PowerShell Core" to just "PowerShell" (#9513) 2019-05-10 15:34:27 -07:00
hosting Merged PR 8512: Update version for SDK tests and Microsoft.PowerShell.Native package 2019-05-24 20:17:45 +00:00
packaging/windows Update use of "PowerShell Core" to just "PowerShell" (#9513) 2019-05-10 15:34:27 -07:00
powershell Disable the debugger when in system lock-down mode (#9645) 2019-05-22 15:19:23 -07:00
shebang Reorganize tests 2016-01-14 17:00:06 -08:00
tools Port PowerShell to .NET Core 3.0 (#9597) 2019-05-21 13:43:51 +08:00
xUnit Cleanup unused pinvokes on unix (#9531) 2019-05-07 10:22:01 +05: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.