Commit graph

45 commits

Author SHA1 Message Date
Zachary Folwick 4ded5c5cd9 added environment variable tests 2015-08-24 11:38:32 -07:00
Zach Folwick 5979596de2 Merge pull request 109 from dev/153-format-list-tests into develop 2015-08-07 21:51:42 +00:00
Zachary Folwick 749a92dff8 made string calls more precise 2015-08-07 14:52:19 -07:00
Andrew Schwartzmeyer d35e13afdb Fix list of props test and merge cruft 2015-08-07 14:39:17 -07:00
Zachary Folwick 6ef2590331 merged changes from upstream 2015-08-07 14:25:38 -07:00
Zachary Folwick fd8a9d25ac added a beforeEach clause 2015-08-07 14:12:40 -07:00
Andrew Schwartzmeyer f4e84a84bd Refactor and add tests 2015-08-07 14:07:03 -07:00
Zachary Folwick 22348bdb91 removed unnecessary comments and matched style 2015-08-07 11:34:36 -07:00
Zachary Folwick a8a8e2091c changed filtering test to be better 2015-08-07 11:31:50 -07:00
Zachary Folwick bbed466ada resolved style and readability comments 2015-08-07 10:12:37 -07:00
Zachary Folwick 49d5bf1121 added custom powershell object to properly mock the test function 2015-08-06 16:40:10 -07:00
Zachary Folwick ba17c42d38 added comments explaining why the test has to be scripted this way 2015-08-06 13:11:05 -07:00
Zachary Folwick b0d7a2153e changed it statement to accurately reflect test 2015-08-06 11:31:30 -07:00
Peter Honeder 8daafecc67 Merge pull request 112 from dev/70-refactor-FileSystemProvider into develop 2015-08-06 14:44:43 +00:00
Peter Honeder 3137e26e98 added Pester test for mode flags in ls output 2015-08-06 16:35:06 +02:00
Zachary Folwick 052165d15a added test to determine if output is correct 2015-08-05 16:01:10 -07:00
Zachary Folwick f24dfb02dc added Format-List test 2015-08-04 16:07:14 -07:00
Zachary Folwick f86f856ba6 undid failing test 2015-08-04 11:19:41 -07:00
Zachary Folwick df8722dfc8 created a failing test for jenkins troubleshooting 2015-08-04 10:57:54 -07:00
Zachary Folwick 1a38a52e00 added format-table tests 2015-08-04 00:31:30 -07:00
Zachary Folwick bc91ac8684 deleting trailing whitespace 2015-07-24 10:38:51 -07:00
Zachary Folwick 5df3094d7b refactored Get-Content and Get-Item to compensate for the backslash not being used and the first 3 lines being removed from test suites 2015-07-21 16:27:01 -07:00
Zachary Folwick c714e7b3ee removed first 3 lines of autogenerated code- it was superfluous 2015-07-21 16:25:27 -07:00
Zachary Folwick fbfd1707c8 Renamed Test-Add-Member.Tests.ps1 to comply with naming standards 2015-07-21 15:39:18 -07:00
Zachary Folwick e80a1dab6a renamed test file to comply with standards 2015-07-21 15:39:18 -07:00
Zachary Folwick 322da2f9b0 deleted non-test files 2015-07-21 15:39:18 -07:00
Aaron Katz b8d99bd0ab Merge pull request 84 from dev/115-PSDrive into develop 2015-07-21 21:26:33 +00:00
Aaron 4c673b9213 fixed test to run on linux 2015-07-21 10:34:12 -07:00
Aaron 59015da5a2 initial commit 2015-07-21 10:08:09 -07:00
Peter Honeder dcf919a0e2 added Pester tests for PSVersionTable 2015-07-20 17:18:06 -07:00
Peter Honeder d3aadb0a04 updated coreclr dependency to latest version, fixed / path separators in pester, which were invalid due to recent coreclr cleanup and changes 2015-07-17 15:33:23 -07:00
Zachary Folwick 3d47638e5c fixed Get-ChildItem.Tests 2015-07-16 16:13:12 -07:00
Zachary Folwick c8a6f4d783 fixed Environment-variables tests and typos in get-item 2015-07-16 15:52:42 -07:00
Zachary Folwick 489532736c fixed Get-Item tests 2015-07-16 15:31:52 -07:00
Zachary Folwick ae037b7984 fixed split-path tests; found a bug in powershell 2015-07-16 15:29:50 -07:00
Zachary Folwick 9493af81af fixed get-date tests 2015-07-16 14:59:50 -07:00
Zachary Folwick c55e5cbc88 fixed get-Content issues 2015-07-15 16:30:20 -07:00
Zachary Folwick 088335669d fixed typo 2015-07-15 16:27:53 -07:00
Zachary Folwick fffe79b751 fixed test assumptions; is now passing tests 2015-07-15 14:15:53 -07:00
Zachary Folwick 95dcc23bbb added more granular unit-test for failing getType() output 2015-07-15 13:31:07 -07:00
Zachary Folwick 2b079b2cb9 removing commit 2015-07-15 11:40:03 -07:00
Zachary Folwick a186934c55 deleted test-Get-Alias.ps1 2015-07-15 11:39:14 -07:00
Zachary Folwick 028021ef44 test suite was not recognizing test file 2015-07-15 11:33:30 -07:00
Zachary Folwick 868ea370d4 initial commit 2015-07-15 10:15:39 -07:00
Peter Honeder b90a8f6564 added pester-tests target to Makefile, added that as a dependency to make test 2015-07-13 13:38:47 -07:00