mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-27 20:05:34 +08:00
875402ad53
- Replace src\powershell top level project by two new root-level projects: - src\powershell-unix - src\powershell-windows - Break src\Modules into more granular structure: - Shared - Windows+Unix-Core - Windows-Core - Windows-Core+Full - Windows-Full - To be created: Unix-Core. We will do it as a separate PR - Fix #1122 : Platform-specific set of Modules (and assemblies) - Fix Start-TypeGen to work with new top level folders layout |
||
---|---|---|
.. | ||
csharp | ||
fullclr | ||
powershell | ||
PSReadLine | ||
shebang | ||
map.json | ||
README.md |
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.