PowerShell/test
kwkam 8ef5d4b8ee Make Resolve-Path -Relative return useful path when $PWD and -Path is on different drive (#5740)
* commands: make rvpa -relative do not return ./absolute_path

This happens on Windows when $pwd and -path is on different drive

* only return relative path inside current root
2018-03-16 15:06:37 -07:00
..
common/markdown markdown test: use strict in javascript (#6328) 2018-03-07 14:06:06 -08:00
csharp Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
docker/networktest Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
powershell Make Resolve-Path -Relative return useful path when $PWD and -Path is on different drive (#5740) 2018-03-16 15:06:37 -07:00
shebang
tools Update to DotNet 2.0.6 (#6403) 2018-03-15 14:54:00 -07:00
README.md
Test.Common.props Update to DotNet 2.0.6 (#6403) 2018-03-15 14:54:00 -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.