PowerShell/test
Travis Plunk 41b3161830
Fix error in windows provider when the environment as an existing set of variables name that only differs by case (#6320)
- make the provider storage for the environment on windows ignore duplicates
- add tests to verify existing environment get-item behavior
2018-03-21 12:30:49 -07:00
..
common/markdown fix secret and JavaScript compliance issues (#6408) 2018-03-16 18:05:32 -07: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 Fix error in windows provider when the environment as an existing set of variables name that only differs by case (#6320) 2018-03-21 12:30:49 -07:00
shebang Reorganize tests 2016-01-14 17:00:06 -08:00
tools Update to DotNet 2.0.6 (#6403) 2018-03-15 14:54:00 -07:00
README.md Add test/README.md 2016-03-30 23:30:26 -07:00
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.