Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Pester

Pester is the ubiquitous test and mock framework for PowerShell.
Collective - Host: opensource - https://opencollective.com/pester - Website: https://t.co/MbXEBxUlDi - Code: https://github.com/pester/Pester

remove final build number

github.com/pester/Pester - 237734b09ddbdb7cad11d029deaff00eb4d3728e authored over 12 years ago
add more links to comment help

github.com/pester/Pester - 4febe75b089c93dbb5e425eb5a9356dbe4934ec4 authored over 12 years ago
readme changes

github.com/pester/Pester - 9cb79beaed6456f5ab6cf786f37e8f5c15792cc4 authored over 12 years ago
readme changes

github.com/pester/Pester - 1853eac08b9b73b431dc2b2746229fefd28d63bc authored over 12 years ago
updating readme

github.com/pester/Pester - a58b0fb0740441f9abe9f667b0e69664057d0c4a authored over 12 years ago
clean up about files

github.com/pester/Pester - 9acba7e7660cf7bbf9962bb778f7541f7cac90dd authored over 12 years ago
adding a pester help topic

github.com/pester/Pester - 4054537d267fc59d848a92f867b92be2dfb4dab8 authored over 12 years ago
add doc for the TestDrive

github.com/pester/Pester - d22942899ab9decfcf340d407441d60c9b67451e authored over 12 years ago
completing should doc

github.com/pester/Pester - 9c22e00c1fddbb47e91a73cd84b8b47f87921585 authored over 12 years ago
more help docs

github.com/pester/Pester - 7a8f2f5c62ee54ae13f1b0b19dd13d1c558d91ba authored over 12 years ago
added almost all comment help for exportd funtions

github.com/pester/Pester - f925a9d1df12df4904f69065a706c0c092efc1f2 authored over 12 years ago
adding more comment docs and fixed a ps2.0 bug

github.com/pester/Pester - fd0a9fec57fb052bd63e2a48199e0d901e4a77f0 authored over 12 years ago
adding documentation to commands.

github.com/pester/Pester - 875b0d5316a74ef082792cee50a2737bb09dd014 authored over 12 years ago
add documentation for Assert-MockCalled

github.com/pester/Pester - f4e69b2c5b860db716e06482954562ea89367e27 authored over 12 years ago
a few small fixes to mocking

github.com/pester/Pester - 765eda191f8aca9a2c034172b9a5bd704244b392 authored over 12 years ago
finished assert-mockcalled i think

github.com/pester/Pester - d7fbb776ac491ac8930016ba4c20baed9ff27cab authored over 12 years ago
adding new Assert-MockCalled feature: exciting stuff!

github.com/pester/Pester - dd7dca288bf5d7258532243687b3f6b6e4936af3 authored over 12 years ago
fix clear-mocks by explicitly clearing hashtable

github.com/pester/Pester - 7faa656a35da4f51b460e20b89ebc97030289bf8 authored over 12 years ago
make sure filter is a boolean

github.com/pester/Pester - 7eabd91c7c54297c2320ed89413c2ddf7fc5707d authored over 12 years ago
inline help docs added, some small formatting improvements needed for examples

github.com/pester/Pester - 9397c250fc6237e04e9d55530258031569357683 authored over 12 years ago
mocking complete.

github.com/pester/Pester - 4178c343a6574a8a9521be8a77006572fc49e311 authored over 12 years ago
added some lost tests i accidentally cut and added param passing

github.com/pester/Pester - 6ebdd20b99c5acbd44fc5ddd3c8b3ef601e72806 authored over 12 years ago
mock works with any command (not just functions) and the parameter filters are implemented. also implemented Clear-Mock

github.com/pester/Pester - ec77ceab7ba99bec93376ad6ca1f6f2d5dfc9d22 authored over 12 years ago
mock renames funcion and invokes mock script

github.com/pester/Pester - 9f3976121ffc70e8b30c189cfdd37ab581592b15 authored over 12 years ago
starting mocking...so exciting!!

github.com/pester/Pester - 84d5acbab1d809a121378048908dd2a8b2dfefc9 authored over 12 years ago
Merge pull request #31 from mnaoumov/StrictModeFix

Set-StrictMode -Version Latest in your .Tests.ps1 file causes failure

github.com/pester/Pester - b103a3db951f123c485289f02eaa1d6ef686c21b authored over 12 years ago
Replaced FailedTestCount with FailedTestsCount which caused failure if you set Set-StrictMode -Version Latest

github.com/pester/Pester - 0aa6bf381f04e656e67b2c29a3175053f3a129ca authored over 12 years ago
fixing typos in nuspec xml

github.com/pester/Pester - 32213f8b54240639256c300988effe887dd34c5b authored over 12 years ago
removing the version 3 specific csharp requirement. This shouls fix #28

github.com/pester/Pester - 1a3d2bab6c8cbb008d8a7c91b9a11aa009bd6a3c authored over 12 years ago
breaking command into multiline, makes it easier to read imho

github.com/pester/Pester - d734c0f9fddc656eb810326117ae1f47580b6be3 authored over 12 years ago
fix icon url

github.com/pester/Pester - 79ea643a1bf190fc81b6db086076a4a33937dcd5 authored over 12 years ago
adding icon to nuspec and changing project url

github.com/pester/Pester - c847bd309a73150b99c759ed16b66296923ff636 authored over 12 years ago
add psake tasks for releasing

github.com/pester/Pester - 1c4ca14fb3b479db6e73d753d43b2214d65531f3 authored over 12 years ago
mark module with version and changeset sha1 it was built as

github.com/pester/Pester - 66290922aedd56ec7c3cc20531376603758706d7 authored over 12 years ago
adding psake builds with package restore for psake

github.com/pester/Pester - 9523bdd0e3db29f96f340d603ba37b4def4a2a7c authored over 12 years ago
remove dependency on PSCX module and use a script fron the Technet samples site for XSD validation

github.com/pester/Pester - 330ee25120d3ac334abc1ab33f402e99437c10f3 authored over 12 years ago
fix pester.bat with no args

github.com/pester/Pester - 06a6c38bc37ad7213e701f2429c5696be0365a11 authored over 12 years ago
fix filtering by test name

github.com/pester/Pester - 1008aace86ebeadf757979b1b731e88dcce98614 authored over 12 years ago
Merge pull request #25 from mwrock/master

Add ability to specify a specific test to run and fix bugs with exit codes and test summary report

github.com/pester/Pester - 003cebdceae88dc38f711d46c1b13267a3702cd2 authored over 12 years ago
fix test result summary, broken exit code and batch file exit

github.com/pester/Pester - d8012bd413a07bd31423b372468d8002ac0bd947 authored over 12 years ago
bumping version to 1.0.6

github.com/pester/Pester - 4033c573acd46642c59d13763a5b25f713959548 authored over 12 years ago
Minor change to the test result xml extension

github.com/pester/Pester - 3ec0c08c6c4407b6deddda4a0e9912188f22abef authored over 12 years ago
Updated README.md

github.com/pester/Pester - 2cc52b937be7e418b69d551be64da9669e8aee22 authored over 12 years ago
Added test time information in console output

github.com/pester/Pester - e0634a2a917603f617bf9ffe93348410a71120a8 authored over 12 years ago
Refactored Templating and TestResults. Added Test to validate generated nunit xml against the nunit 2.5 schema, unfortunately it is dependent on PSCX, might need to find a better way of validating xml against a schema.

github.com/pester/Pester - 6da8d339b8eb7b56637a53ca96977df2536436c2 authored over 12 years ago
Added test categories, so every Describe will create its own nunit Test Suite. TODO: Need to write a test that validates generated nunit xml with nunit schema.

github.com/pester/Pester - f74a44419b0b79469e052b683724834d8036640b authored over 12 years ago
Added enviroment xml template, refactored test output writing

github.com/pester/Pester - 7412a07c3d0c657d0e7bb2fd879e5a68c0d2cfd9 authored over 12 years ago
Added ability to pass in xml outputfile. Updated format using test-suite, environment etc

github.com/pester/Pester - bb87d34e1b1733c6ac1d77de68bef537451b6a4b authored over 12 years ago
Generating some basic nunit xml results.

github.com/pester/Pester - 40ba7679e662bbe067ac52a7129b945f5e534085 authored over 12 years ago
normalizing line endings

github.com/pester/Pester - 96f20baacd5b459f5da1eddb5dfc834d260d0b57 authored over 12 years ago
put back enableExit

github.com/pester/Pester - bd273735ae88a2a60557374c5d69a2271add0796 authored over 12 years ago
add Invoke-Pester parameter to specify test name to run

github.com/pester/Pester - 974bc9b08107aea5dfdecc063a153e464f967f56 authored over 12 years ago
Re-arranging the nuget packaging code

Bumping up the version to 1.0.5. 1.0.4 was a non nuget release that
can only be installed using ...

github.com/pester/Pester - fea86eba0f61934089e1c3c91dba7020d95fb041 authored over 12 years ago
Merge pull request #20 from uncas/NuGet

NuGet support, going to alter some of the files once I get it into master

github.com/pester/Pester - f494f65cb83e9d6703620ba7d3284ecc82db4335 authored over 12 years ago
Update example.

github.com/pester/Pester - fb2318108c5d0ffb730803933ed4de7fd71405f8 authored over 12 years ago
Add example script.

github.com/pester/Pester - b64ebdcb4cef1970f96e22903792967984ce5c48 authored over 12 years ago
Add script to generate NuGet package.

github.com/pester/Pester - 5870753b4b0aec9ec48c25fc88aff031e79f562a authored over 12 years ago
added flag to actually exit session to fix #18

github.com/pester/Pester - f2f225874c98b5cd89e759eed4cedf09bcd85450 authored almost 13 years ago
Merge pull request #17 from staxmanade/patch-1

Some readme updates

github.com/pester/Pester - b882247c3ae61a0df7153ed5fafc48e1b842ef4e authored about 13 years ago
Update README.md

github.com/pester/Pester - 4cabce88d5a1ac41833290ad7a354f5245a10e2a authored about 13 years ago
Update README.md

github.com/pester/Pester - 52d06219c3ecf3c76ce7dbf22903440a851f21f4 authored about 13 years ago
Updated the readme. Fixed one typo. Added some links to further reading.

github.com/pester/Pester - af17063765f1829e50c33c05d197b78dd3f08f1c authored about 13 years ago
Merge pull request #16 from ferventcoder/Improve_Command

Improve command line execution

github.com/pester/Pester - be702cd774101049e24a1cd2eb5bdc42f5bb3127 authored about 13 years ago
Create pester.bat that will forward to runtests and also allow new fixture creation

github.com/pester/Pester - c6ab256444afbfbb766a10d0fed976a15cc29ca4 authored about 13 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.

github.com/pester/Pester - 3304011ed04f98126b8a8850d3f10358a60f499d authored about 13 years ago
Merge pull request #14 from Iristyle/master

Bugfixed test file output

github.com/pester/Pester - fa862c41182b19c5498ae255420bfbc54b4d7668 authored over 13 years ago
Added some simple + / - type checkboxes to the output stream

github.com/pester/Pester - c2f0aaed0fae4b66813d5273e4a040ebeed9cdc8 authored over 13 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 ...

github.com/pester/Pester - 67666e831d67129bb6c6517d13970a56eced2ad3 authored over 13 years ago
Including only .ps1 files in the fixtures

github.com/pester/Pester - 755269f76f31fcde17e724e40491a529b79ac378 authored over 13 years ago
Added Apache version 2.0 license

github.com/pester/Pester - 315a8ba471651d9ffbab30793519dcf8de498f26 authored over 13 years ago
Removing line-by-line evaluation and using script block evaluation and adding support for test failure line numbers

github.com/pester/Pester - d5dcb63c7e7882fb7d8e8fc6dedada0c50408b24 authored over 13 years ago
Merge branch 'master' of github.com:scottmuc/Pester

github.com/pester/Pester - 37ad679407f3ea226023d8a4a8f39d7379f88e00 authored over 13 years ago
Removed library import script. Convert to module members

github.com/pester/Pester - 3f0aa3a9ac35c29e4938c862a6067b3a4f1daf54 authored over 13 years ago
Merge pull request #7 from martinaatmaa/bugfix_context-setup-step

Fixed bug in Context fixture, where Setup was not being called

github.com/pester/Pester - e541913767f83684acff1947eb7e0b9dc3bfc9a2 authored over 13 years ago
Removed overriding of pwd

github.com/pester/Pester - 1e0ee7e198fbbd86235a411cfcf7ff5b3f4b4b4e authored over 13 years ago
Modulized Pester and removed Nuget stuff (ditching that as an install medium

github.com/pester/Pester - 2fc3f5311270a3479d30f811d259ed2217e7df96 authored over 13 years ago
Fixed bug in Context fixture, where Setup was not being called

github.com/pester/Pester - 2c142735cece9deb21109b2b106c7d1414c9a747 authored over 13 years ago
Fixed pwd when using 'In /foo -Execute {something}'

github.com/pester/Pester - 57d551b457ae8826b5ceaaa547954c06d4c9ab13 authored over 13 years ago
Added the ability to obtain console transcript of code under test

github.com/pester/Pester - ac6af1c05166270b574f2e1d0bc9a8be3a002d2e authored over 13 years ago
Added the creation of TestDrive for every Describe blog and updated tests

github.com/pester/Pester - fd0357713a91a35ac56fecbc68db75f7ab0457e4 authored over 13 years ago
Fixed bug in Create-Fixture that breaks when path variable starts with .\

Added a feature to execute scripts in a particular folder

github.com/pester/Pester - da9919b2d0d8b6158dc5cc6958d2da02e2fd3a26 authored over 13 years ago
Creates empty implementation of the function under test

github.com/pester/Pester - 652da3c47ee4df492192d27003a4406cf515dec3 authored over 13 years ago
Merge pull request #5 from manojlds/master

More detailed failure messages and fix for Issue #3

github.com/pester/Pester - cf3c3c5e5fb72c8406d92a6082344636eff10399 authored over 13 years ago
Introducing PesterFailure type which is returned on failure of any assertion

github.com/pester/Pester - 73bf4cff2a4ab268d5135d9374ff8f569e3a569b authored over 13 years ago
Displaying more details like test file name, line number and expected and observed values when a test fails

github.com/pester/Pester - c5766db3e3a0297fc01b2d658bcf37b27a95c770 authored over 13 years ago
Merge pull request #2 from martinaatmaa/feature_context

Feature context

github.com/pester/Pester - 10ae4091824f4ab0aeeeab364be2fab95cdf6e56 authored over 13 years ago
Merge pull request #1 from martinaatmaa/feature_assertions

Feature assertions

github.com/pester/Pester - 22dc44937aa5a4841119113ab06205ecaf52e0c9 authored over 13 years ago
Fixed bug in the It method

github.com/pester/Pester - ad61372b9a87a95e574ad9397882a860343e9aa1 authored over 13 years ago
Added a 'be_like' method to assertion type

github.com/pester/Pester - 1d36e6d95bcc7d5ab30efef74d1517559fdf5aff authored over 13 years ago
Added a 'match' method to assertion type

github.com/pester/Pester - ace1c56e8d60542679472f13d5c2dd99a7749ead authored over 13 years ago
Added a 'Test Depth' property to the global test results object

github.com/pester/Pester - 066fc0a13499114a9e428d07969ed6ffbd2ae0ce authored over 13 years ago
Added a context group

github.com/pester/Pester - 07b1d91bdbacd5e8d0b3db0053222d9b3ff94335 authored over 13 years ago
Show usage if called with no parameters

Provide more useful output information in console

Fixture template enforces SUT and TEST conven...

github.com/pester/Pester - a20aef0380438516cd2f91e0f22206ea3a7a50dd authored almost 14 years ago
fixed bom issues?

github.com/pester/Pester - 5fc2f8d12a2d54947fe689eb5df469ae77c0bcd1 authored almost 14 years ago
removed BOM

github.com/pester/Pester - a72bc7d9da1412b37dc1ec68492f97ae7bf7346f authored almost 14 years ago
Using TestDrive: syntact instead of TestDrive variable for filesystem integration testing

github.com/pester/Pester - e8dba36b461fd6bdfe4aa276ea0905521ce121a9 authored almost 14 years ago
Added a file.should.exist() extension for file system testing

github.com/pester/Pester - 43e2e66b16f7f82c23e177fea3d0d738aaacc2d6 authored almost 14 years ago
Added variable to remove hard coding of temp path

github.com/pester/Pester - e0c1485553e5f707772068cbe37efca933f9a470 authored almost 14 years ago
Added nuget and packaging script

github.com/pester/Pester - e5431af54c7e3c1643f6dbcf090ab6333c840aa4 authored almost 14 years ago