-
-
Notifications
You must be signed in to change notification settings - Fork 475
[WIP] Clean of code - PSScriptAnalzyer rules: PSAvoidUsingCmdletAliases, PSAvoidDefaultValueForMandatoryParameter #707
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
Closed
it-praktyk
wants to merge
54
commits into
pester:master
from
it-praktyk:DevV4_PSScriptAnalyzer_Clean_Code
Closed
Conversation
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
…by PSScriptAnalyzer v. 1.10.0
I intentionally create that pull request to Developmentv4 - a lot of aliasses is used in the code v.4 specifiic. |
I am trying to make Pester work on Linux, so I am taking it from the most obvious failing tests like the one that checked that Get-OS returns Windows.
Use OS independent path for resolve test
Add better tests for OS and temp
Fix paths in Pester.Tests.ps1
…estInconclusive Help for the function Set-TestInconclusive added
…estDriveItem [Pester v. 4.0.2] An example for Get-TestDriveItem added
…ata_Fallback Fallback to en-US culture for Import-LocalizedData
Swap Describe and Context and order correctly with \ as a separator
Run XML Schema tests only on Windows
Added basic help for Should.
Help updated and reformatted for the function Context
Fixes pester#697 - Mocking a Dummy Function with a Pipeline in two consequitive Context
…e-Pester [Pester 4.0.2] Update help for the Invoke-Pester function Fixes pester#698
Help updated and reformatted for the function Describe
…e root folder. Trailing spaces removed, tabs replaced with 4 spaces in files - to fulfill 'Style rules'.
Fixes pester#746 - Incorrect Mock call history scopes
Fix mock scope error message
…ctions The test Style rules corrected - branch DevelopmentV4
…htable Fix BeNullOrEmpty to pass for an empty hashtable
…by PSScriptAnalyzer v. 1.10.0
The pull request replaced by #766 |
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.
The related issue #700