Skip to content

Instantly share code, notes, and snippets.

@adbertram
Created April 29, 2017 17:03
Show Gist options
  • Save adbertram/0a0ff2f2c4fda468d1c30ea0daf7b5c1 to your computer and use it in GitHub Desktop.
Save adbertram/0a0ff2f2c4fda468d1c30ea0daf7b5c1 to your computer and use it in GitHub Desktop.
### foo.ps1
Get-Module
## foo.Tests.ps1
describe 'foo' {
mock 'Get-Module'
it 'does thing' {
& "$PSscriptRoot\foo.ps1"
}
}
####################
Invoke-Pester foo.Tests.ps1
Cannot overwrite variable PSEdition because it is read-only or constant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment