-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try do Format-Pester usable on PowerShell Core too #35
Comments
It is fixed with commit dad932f ? |
Unfortunately, PScribo (which is heavily used by Format-Pester) is not PowerShell Core compatible. So I can't state that Format-Pester works on PSCore as well. Results of PScribo tests. Executing script /home/<user_name>/<folder_name>/PScribo/Tests/Plugins/OutHtml.Tests.ps1 < OUTPUT_PARTIALLY_OMITTED> Describing OutHtml.Internal\OutHtmlParagraph
< OUTPUT_PARTIALLY_OMITTED> Describing OutHtml.Internal\OutHtmlTable
< OUTPUT_PARTIALLY_OMITTED> Executing script /home/<user_name>/<folder_name>/PScribo/Tests/Plugins/OutText.Tests.ps1 < OUTPUT_PARTIALLY_OMITTED> Describing OutText.Internal\OutTextBlankLine < OUTPUT_PARTIALLY_OMITTED> Describing OutText.Internal\OutTextLineBreak Describing OutText.Internal\OutTextPageBreak Describing OutText.Internal\OutTextParagraph
< OUTPUT_PARTIALLY_OMITTED> Describing OutText.Internal\OutTextTable
Describing OutText.Internal\OutTextTOC < OUTPUT_PARTIALLY_OMITTED> Tests completed in 26.91s ` |
Ok but it is PScribo issue... (and look only about return line), there is a no issue or PR for fix PScribo ? |
Pscribo can be run now with PowerShell Core :) |
Yes, it's true. I've checked that yesterday. When the version > 0.7.26 of PScribo will be released I'll update Format-Pester. |
The first try to run Format-Pester on Ubuntu Linux 16.04
The module is not correctly imported due to ... case sensitivity nature of Linux.
The names of modules in the module manifest need to be case sensitive.
RequiredModules = @('pester','pscribo').
The text was updated successfully, but these errors were encountered: