1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2025 — Jul 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #17 from staxmanade/patch-1 More... over 14 years ago
Update README.md More... over 14 years ago
Update README.md More... over 14 years ago
Updated the readme. Fixed one typo. Added some links to further reading. More... over 14 years ago
Merge pull request #16 from ferventcoder/Improve_Command More... over 14 years ago
Create pester.bat that will forward to runtests and also allow new fixture creation More... over 14 years ago
Runtests should not be tied to current directory to import pester.psm1. It should also send back a non-zero exit code when it fails. More... over 14 years ago
Merge pull request #14 from Iristyle/master More... almost 15 years ago
Added some simple + / - type checkboxes to the output stream More... almost 15 years ago
BUGFIX: Changed to here string style output to temp file, which prevents spurious MissingEndParenthesisInExpression excpetions (often I get @{should=System.Object}Missing closing ')' in expression' Results in preservation of original whitespace (keeps tabs in my case and does not output spaces like the original code).. not sure why this fixes the issue, but it does. More... almost 15 years ago
Including only .ps1 files in the fixtures More... almost 15 years ago
Added Apache version 2.0 license More... almost 15 years ago
Removing line-by-line evaluation and using script block evaluation and adding support for test failure line numbers More... almost 15 years ago
Merge branch 'master' of github.com:scottmuc/Pester More... about 15 years ago
Removed library import script. Convert to module members More... about 15 years ago
Merge pull request #7 from martinaatmaa/bugfix_context-setup-step More... about 15 years ago
Removed overriding of pwd More... about 15 years ago
Modulized Pester and removed Nuget stuff (ditching that as an install medium More... about 15 years ago
Fixed bug in Context fixture, where Setup was not being called More... about 15 years ago
Fixed pwd when using 'In /foo -Execute {something}' More... about 15 years ago
Added the ability to obtain console transcript of code under test More... about 15 years ago
Added the creation of TestDrive for every Describe blog and updated tests More... about 15 years ago
Fixed bug in Create-Fixture that breaks when path variable starts with .\ More... about 15 years ago
Creates empty implementation of the function under test More... about 15 years ago
Merge pull request #5 from manojlds/master More... about 15 years ago
Introducing PesterFailure type which is returned on failure of any assertion More... about 15 years ago
Displaying more details like test file name, line number and expected and observed values when a test fails More... about 15 years ago
Merge pull request #2 from martinaatmaa/feature_context More... about 15 years ago
Merge pull request #1 from martinaatmaa/feature_assertions More... about 15 years ago
Fixed bug in the It method More... about 15 years ago