Merge pull request #1239 from PowerShell/andschwa/testrestructure

Restructure of Pester test layout
This commit is contained in:
Andy Schwartzmeyer 2016-06-29 12:34:52 -07:00 committed by GitHub
commit 9ed5c77df5
126 changed files with 10 additions and 6 deletions

View file

@ -1,6 +0,0 @@
try {
Push-Location $PSScriptRoot/../../docs/cmdlet-example
./SendGreeting.Tests.ps1
} finally {
Pop-Location
}

View file

@ -1,6 +1,7 @@
using namespace System.Diagnostics
Describe "ConsoleHost unit tests" -Tag 'Slow' {
$powershell = Join-Path -Path $PsHome -ChildPath "powershell"
Context "CommandLine" {

Some files were not shown because too many files have changed in this diff Show more