Reorganize tests

- Pester source code moved to `test/Pester`, deleted `ext-src`.
- Pester tests (.ps1 files) moved to `test/powershell`
- xUnit tests (.cs files) moved to `test/csharp`
- Third-party script test moved to `test/shebang`
This commit is contained in:
Andrew Schwartzmeyer 2016-01-14 17:00:06 -08:00
parent ec08d9f46c
commit bbebf2f76a
105 changed files with 1 additions and 1 deletions

View file

@ -1,3 +1,3 @@
./bin/Microsoft.PowerShell.Linux.Host -c "Invoke-Pester src/pester-tests/$1 -OutputFile pester-tests.xml -OutputFormat NUnitXml"
./bin/Microsoft.PowerShell.Linux.Host -c "Invoke-Pester test/powershell/$1 -OutputFile pester-tests.xml -OutputFormat NUnitXml"
# XML files are not executable
chmod -x pester-tests.xml

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