Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add warning to Start-PSPester if Pester module not found#5067

Closed
djweber wants to merge 1 commit into
PowerShell:masterPowerShell/PowerShell:masterfrom
djweber:pester_warningCopy head branch name to clipboard
Closed

Add warning to Start-PSPester if Pester module not found#5067
djweber wants to merge 1 commit into
PowerShell:masterPowerShell/PowerShell:masterfrom
djweber:pester_warningCopy head branch name to clipboard

Conversation

@djweber

@djweber djweber commented Oct 9, 2017

Copy link
Copy Markdown

Currently, if a user does not clone with the --recursive flag or run
git submodule update --init, Start-PSPester will fail to run due to
the Pester module missing. While the errorhints at the Pester module not
being found, there is no suggested way of fixing the issue presented to
the user.

Currently, if a user does not clone with the --recursive flag or run
git submodule update --init, Start-PSPester will fail to run due to
the Pester module missing. While the errorhints at the Pester module not
being found, there is no suggested way of fixing the issue presented to
the user
@djweber djweber closed this Oct 9, 2017
@djweber djweber deleted the pester_warning branch October 9, 2017 21:13
Comment thread build.psm1
[switch]$IncludeFailingTest
)

if (-not (Test-Path $Pester)) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you would need to run git submodule status and read the status

@djweber

djweber commented Oct 10, 2017

Copy link
Copy Markdown
Author

Ancestor of #5069. Had an issue with a deleted submodule, so I closed this and made a new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.