PowerShell/test
Aditya Patwardhan 551ed10b36 Fix EnvironmentVariable test and add missing null check in CommandHelpProvider (#8408)
* Disable NewItemUnauthorizedAccessError tests.
* Added expected value for $env:HOMEPATH for user with temporary profile.
* Added a missing null check in CommandHelpProvider.cs
2018-12-11 14:20:22 -08:00
..
common/markdown Remove build and doc references to Git submodules (#8177) 2018-11-05 10:39:29 -08:00
csharp Add Enable-ExperimentalFeature and Disable-ExperimentalFeature cmdlets (#8318) 2018-12-05 12:20:58 -08:00
docker/networktest Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
hosting Merged PR 6201: Update docs and csproj version 2018-12-07 18:24:07 +00:00
packaging/windows Simplify the paths the MSI uses (#6442) 2018-04-02 10:47:29 -07:00
powershell Fix EnvironmentVariable test and add missing null check in CommandHelpProvider (#8408) 2018-12-11 14:20:22 -08:00
shebang Reorganize tests 2016-01-14 17:00:06 -08:00
tools Remove dotnet dependency to start WebListener (#8390) 2018-12-11 14:15:32 -08:00
README.md Add test/README.md 2016-03-30 23:30:26 -07:00
Test.Common.props Update to .NET Core 2.1.5 with SDK 2.1.403 (#7936) 2018-10-03 13:31:56 -07: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 ./csharp. The sanity tests for the Full .NET build of PowerShell are in ./fullclr, and the third-party shebang test is in ./shebang.