PowerShell/test
Ilya cc5f36c67a
Allow numeric Ids and name of registered code pages in '-Encoding' parameters (#7636)
Enhance the encoding transformation attribute:
- to allow numeric Ids of registered code pages (like -Encoding 1251)
- to allow string names of registered code pages (like -Encoding "windows-1251")
2018-09-19 18:53:03 +05:00
..
common Add tests to report when package references are out of date (#7661) 2018-08-31 12:50:51 -07:00
csharp Add support for 'cd +' (#7206) 2018-09-19 12:50:30 +05:00
docker/networktest Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
hosting Update version for powershell release 6.1.0 (#7751) 2018-09-10 13:08:42 -07:00
packaging/windows Simplify the paths the MSI uses (#6442) 2018-04-02 10:47:29 -07:00
powershell Allow numeric Ids and name of registered code pages in '-Encoding' parameters (#7636) 2018-09-19 18:53:03 +05:00
shebang
tools Update to latest package references, runtime framework, and SDK (#7646) 2018-08-30 18:39:44 -07:00
README.md
Test.Common.props Update to latest package references, runtime framework, and SDK (#7646) 2018-08-30 18:39:44 -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.