Commit graph

300 commits

Author SHA1 Message Date
Andrew Schwartzmeyer fd649c0f77 Revert "Merge pull request #1046 from PowerShell/GetMemberCommandTest"
This reverts commit 7392c68bcb, reversing
changes made to 1ee6e4ef2d.
2016-06-08 13:24:33 -07:00
Andrew Schwartzmeyer 1f36de3e03 Revert "Merge pull request #1047 from PowerShell/CompareObjectPesterTest"
This reverts commit 1ee6e4ef2d, reversing
changes made to 5a0155dc9d.
2016-06-08 13:23:21 -07:00
James Truher [MSFT] 26691a5088 Merge pull request #1024 from PowerShell/MeasureObjectPesterTest
Add Measure-Object Pester Unit Test
2016-06-08 12:02:56 -07:00
James Truher [MSFT] 7392c68bcb Merge pull request #1046 from PowerShell/GetMemberCommandTest
Add Unit Test for Get-Member
2016-06-08 12:00:57 -07:00
James Truher [MSFT] 1ee6e4ef2d Merge pull request #1047 from PowerShell/CompareObjectPesterTest
Add Compare-Object Pester Unit Test
2016-06-08 11:59:14 -07:00
James Truher [MSFT] 5a0155dc9d Merge pull request #1056 from PowerShell/NewObjectPesterTest
Add New-Object Pester Unit Test
2016-06-08 11:57:59 -07:00
James Truher [MSFT] 8fca9646e9 Merge pull request #1057 from PowerShell/SelectXMLPesterTest
Add Select-XML Pester Unit Test
2016-06-08 11:56:23 -07:00
James Truher [MSFT] 0e2f25def5 Merge pull request #1059 from PowerShell/TeeObjectTests
Add Unit Test For Tee-Object
2016-06-08 11:53:39 -07:00
Andrew Schwartzmeyer c6960f0867 Add tests for command name matching 2016-06-03 14:18:00 -07:00
Andy Schwartzmeyer b9bf32d962 Merge pull request #1068 from PowerShell/andschwa/trace-command
Port Trace-Command
2016-06-03 14:13:13 -07:00
Andrew Schwartzmeyer 70be543038 Add Get-TraceSource test 2016-06-03 13:53:20 -07:00
Andrew Schwartzmeyer dbae9e5c13 Import Trace-Command tests from source depot 2016-06-03 13:35:56 -07:00
Jason Shirk a3748647d5 Merge pull request #919 from PowerShell/WriteTests
Add Unit Test For Write Command
2016-06-03 10:46:26 -07:00
Andrew Schwartzmeyer 9c7e97e325 Add Debian 8 RID 2016-06-03 09:37:59 -07:00
TingLiu6 9ae922551c Fixed CR Issues of Write-Host and Write-Output 2016-06-02 23:31:12 -07:00
JumpingYang001 72793ae7e4 Update fix based on comments for Select-XML Pester Test 2016-06-02 19:27:38 -07:00
TingLiu6 e043c40e24 Fixed CR Issues 2016-06-02 02:01:49 -07:00
TingLiu6 56ef0c8030 Fixed CR issues 2016-06-01 19:44:02 -07:00
James Truher [MSFT] 6dac6bf58a Merge pull request #1063 from PowerShell/GetPsCallStackTests
Add Unit Test for Get-PSCallSta
2016-06-01 10:47:09 -07:00
TingLiu6 325c39f90a Add Unit Test for Get-PSCallSta 2016-06-01 02:29:44 -07:00
JumpingYang001 e13115ed78 Update fix based on comments for Measure-Object Pester Test 2016-05-31 22:04:50 -07:00
JumpingYang001 4df5303ac1 Update fix based on comments for Compare-Object Pester Test 2016-05-31 21:50:00 -07:00
JumpingYang001 ce2b3d0664 Update fix based on comments for New-Object Pester Test 2016-05-31 21:29:14 -07:00
JumpingYang001 20de9e0405 Update fix based on comments for Select-XML Pester Test 2016-05-31 21:25:22 -07:00
TingLiu6 89b7a6bd1f Add Unit Test For Tee-Object 2016-05-30 02:35:04 -07:00
JumpingYang001 bef1688f87 Add Select-XML Pester Unit Test 2016-05-30 01:33:31 -07:00
TingLiu6 23f843f76a Remove a invalid TC to Fix issue of Update-TypeData 2016-05-29 23:48:10 -07:00
JumpingYang001 9ed1d89978 Add NewObjectDRTTestsV2 Pester Unit Test 2016-05-29 23:21:36 -07:00
JumpingYang001 7551d33fc0 Add New-Object Pester Unit Test 2016-05-29 23:11:27 -07:00
TingLiu6 a48fef48e0 Update Get-Member Pester Test 2016-05-27 01:50:48 -07:00
TingLiu6 d35e861716 Add Unit Test for Get-Member 2016-05-26 20:44:56 -07:00
JumpingYang001 5a46c5e649 Add Compare-Object Pester Unit Test 2016-05-26 20:02:35 -07:00
Andrew Schwartzmeyer 05fc323762 Fix Remove-TypeData runspace isolation
Responding to PR review.
2016-05-26 10:36:22 -07:00
TingLiu6 0fa73fb375 Fixed issue on OSX 2016-05-24 23:01:22 -07:00
TingLiu6 df6e4c4a92 Remove Write-Debug Test 2016-05-24 20:19:48 -07:00
Andrew Schwartzmeyer f13f5afd23 Isolate Remove-TypeData tests with runspace 2016-05-24 11:51:58 -07:00
Jim Truher (MSFT) b8b41397de modified update-typedata.tests for better isolation
similar changes here as found in update-formatdata. Run each test in it's own
PowerShell/Runspace instance which will protect the default runspace from
destructive changes
2016-05-23 16:49:35 -07:00
Jim Truher (MSFT) b8c9578e5b modify updateformatdata tests to use runspace to isolate format changes.
This should be the pattern for any test which mainupulates current state
to protect from unintended side effects. This was done by default in ttest
because each test would have its own runspace
2016-05-23 15:04:13 -07:00
Jason Shirk cf7f46e1b8 Merge pull request #918 from PowerShell/UpdateTypeDataPesterTest
Add Update-TypeData and Update-FormatData Pester Unit Test
2016-05-23 13:27:18 -07:00
JumpingYang001 ef10c6c02d Add Measure-Object Pester Unit Test 2016-05-23 00:29:46 -07:00
Andrew Schwartzmeyer 4f8e30c10e Update xUnit tests to depend on powershell project 2016-05-20 16:06:31 -07:00
Andrew Schwartzmeyer dcaf231bde Update dotnet-test-xunit package 2016-05-20 16:06:31 -07:00
Andrew Schwartzmeyer 5349900c3b Use get-command instead of get-process in xUnit 2016-05-20 15:17:12 -07:00
TingLiu6 d7db0a6f70 Add Unit Test for Write-Host 2016-05-19 23:50:01 -07:00
TingLiu6 b96d207ea8 Fix the CR issues for Write command test 2016-05-19 23:50:01 -07:00
TingLiu6 97c00e6343 Add Unit Test For Write Command 2016-05-19 23:50:01 -07:00
James Truher [MSFT] b118b76446 Merge pull request #978 from PowerShell/ConverttoCSVDRT
Add Unit Test for ConvertTo-Csv
thanks for updating
2016-05-19 15:24:30 -07:00
James Truher [MSFT] 51d5491c54 Merge pull request #1009 from PowerShell/jimtru-psversion2
update PSVersionTable code to use powershell.version rather than .version…
2016-05-19 15:20:16 -07:00
Andrew Schwartzmeyer 1e24e76200 Mark ConsoleHost tests as slow 2016-05-19 14:28:43 -07:00
James Truher 8583cf5e96 update PSVersionTable code to use powershell.version rather than .version because on Linux the .version file doesn't seem to be binplaced. I postulate this is because it's a hidden file 2016-05-19 13:19:16 -07:00