Build.psm1 - Update Restore-PSPester to include the fix for nested describe errors#5771
Merged
TravisEz13 merged 2 commits intoPowerShell:masterfrom Jan 3, 2018
dantraMSFT:psl-pester
Merged
Build.psm1 - Update Restore-PSPester to include the fix for nested describe errors#5771TravisEz13 merged 2 commits intoPowerShell:masterfrom dantraMSFT:psl-pester
TravisEz13 merged 2 commits intoPowerShell:masterfrom
dantraMSFT:psl-pester
Conversation
Member
|
Please use the PR Template and follow the instruction for feature changes |
SteveL-MSFT
requested changes
Jan 3, 2018
build.psm1
Outdated
| ) | ||
|
|
||
| Restore-GitModule -Destination $Destination -Uri 'https://github.com/PowerShell/psl-pester' -Name Pester -CommitSha 'aa243108e7da50a8cf82513b6dd649b653c70b0e' | ||
| Restore-GitModule -Destination $Destination -Uri 'https://github.com/PowerShell/psl-pester' -Name Pester -CommitSha '87f531db89a91db86736ac11b4e565ad10c3e334' |
Member
There was a problem hiding this comment.
Shouldn't we take the latest change? PowerShell/psl-pester@1f546b6
SteveL-MSFT
approved these changes
Jan 3, 2018
adityapatwardhan
approved these changes
Jan 3, 2018
TravisEz13
pushed a commit
to TravisEz13/PowerShell
that referenced
this pull request
Jan 5, 2018
… errors (PowerShell#5771) Update Restore-PSPester to include PR PowerShell/psl-pester#12 that fixes PowerShell/psl-pester#11 - unhandled exceptions in before/after bypasses Pester's enddescribe logic. Update to the latest, while we are at it.
Merged
TravisEz13
pushed a commit
that referenced
this pull request
Jan 5, 2018
… errors (#5771) Update Restore-PSPester to include PR PowerShell/psl-pester#12 that fixes PowerShell/psl-pester#11 - unhandled exceptions in before/after bypasses Pester's enddescribe logic. Update to the latest, while we are at it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
Update Restore-PSPester to include PR PowerShell/psl-pester#12 that fixes PowerShell/psl-pester#11 - unhandled exceptions in before/after bypasses Pester's enddescribe logic.
PR Checklist
Note: Please mark anything not applicable to this PR
NA.[feature]if the change is significant or affectes feature tests]