PowerShell/test
Ilya 45d1d20500 Merge pull request #4573 from SteveL-MSFT/console-no
* Make invalid arg to -File consistent with -Command
Improve error message if ambiguous arg is passed to -File

* Update powershell console exit codes to match Unix standards

* Enable -WindowStyle to work
2017-08-17 07:34:02 +04:00
..
common/markdown
csharp
docker/networktest
powershell Merge pull request #4573 from SteveL-MSFT/console-no 2017-08-17 07:34:02 +04:00
PSReadLine
shebang
tools Opencover and Code coverage improvements (#4550) 2017-08-14 10:40:11 -07:00
README.md
Test.Common.props Move to the official .NET Core 2.0 (#4603) 2017-08-16 17:32:46 -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.