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

add missing text example for Powershell function "Build"

github.com/pester/Pester - b2310283368fd06a09ef3fe62f4be21316d5b7b8 authored over 11 years ago by Richard Wadsworth <[email protected]>
Merge pull request #62 from areyling/master

Fixing Object array assertions Issue #61

github.com/pester/Pester - f141b06cf64644a7800775640b180406e483dd7a authored over 11 years ago by Scott Muc <[email protected]>
Fix for #61

github.com/pester/Pester - d059c220acd12b0f5089e25f7a1306ea6cf85efc authored over 11 years ago by Andrew.Reyling <[email protected]>
Fix for #61

github.com/pester/Pester - 5d625f2bf48cc6ee021bbf9f0d523877f15e9c07 authored over 11 years ago by Andrew.Reyling <[email protected]>
Added test cases for #61 (third one fails)

github.com/pester/Pester - 4b73b0558ef4b8647f8586a27cb08d4aa4ae0a72 authored over 11 years ago by Andrew.Reyling <[email protected]>
Merge pull request #60 from Matthew-Davey/master

Switched from dot syntax to pipe syntax as noted in #49

github.com/pester/Pester - 8746bc6af762a1ea543dc02f7a6f2447358e7823 authored over 11 years ago by Scott Muc <[email protected]>
Update README.md

github.com/pester/Pester - 4b6c8d05583a20c492b2ed9870ddc58f95b9d1c2 authored over 11 years ago by Matt <[email protected]>
adding changes to CHANGELOG

github.com/pester/Pester - 1dfd33e2f2b7af371e80ef0a188bca7cb3eac784 authored over 11 years ago by Scott Muc <[email protected]>
Merge branch 'codito-issue-50'

github.com/pester/Pester - 3b33fbb4a163d2fc5efd89ff813f606b6c51a9fd authored over 11 years ago by Scott Muc <[email protected]>
Refactor null expression input into a separate test for Should.

github.com/pester/Pester - 41ce83965bb0df41bf6b89438f751d657aaa76ed authored over 11 years ago by Arun Mahapatra <[email protected]>
Use script block to pass input to Should Throw validation for Assert-VerifiableMocks.

github.com/pester/Pester - 15d63bceefeb2dd77f9f9af36d95c8ce57aff16e authored over 11 years ago by Arun Mahapatra <[email protected]>
Modify Should to handle pipeline input in END block. Closes #50.

In case a null expression is provided in pipeline input, powershell doesn't invoke the PROCESS b...

github.com/pester/Pester - 4bb6b0c689b8c21da795af924a9f37fb72fe28b5 authored over 11 years ago by Arun Mahapatra <[email protected]>
Add test for issue #50: pipe a null expression into Should.

github.com/pester/Pester - 5f99b7758d3dd26a5150df07f334286805f9196c authored over 11 years ago by Arun Mahapatra <[email protected]>
Merge branch 'issue-49/new-fixture-should-use-new-assertion-syntax'

github.com/pester/Pester - ea6b0d363ebe9e49ff3d2ada1de0286df12731fa authored over 11 years ago by Scott Muc <[email protected]>
removing new-fixture from batch invocation

not sure why, but the SHIFT is not shifting the args

github.com/pester/Pester - e88f71d3605c6a3d0b8faf2e2077bf41fa25d961 authored over 11 years ago by Scott Muc <[email protected]>
new-fixture uses assertion syntax fixes #49

github.com/pester/Pester - 8cecfe297c7fd2576386dd1734be181e40f3e898 authored over 11 years ago by Scott Muc <[email protected]>
Merge pull request #48 from pvaillant/master

Fixed typo in the Mock documentation

github.com/pester/Pester - df57efac2950f449a4c3ec3360c8dddb71baf754 authored over 11 years ago by Scott Muc <[email protected]>
Fix typo in documentation

github.com/pester/Pester - d0c32473e4f46efa0839ce6a711b58931e9b632d authored over 11 years ago by Paul Vaillant <[email protected]>
adding back a test i accidentily removed #oldAndSenile

github.com/pester/Pester - a6c8b287a131cd2a0d87e560ebe98e512840d53d authored over 11 years ago by Matt Wrock <[email protected]>
fix errors when tests assign to variables named test or exception

github.com/pester/Pester - c3113e89584cd03980bc8e4002482a6a75c8c242 authored over 11 years ago by Matt Wrock <[email protected]>
updating CHANGELOG for release 2.0.3

github.com/pester/Pester - 5fa04a27e31b636584bab70941b19d0a140b33f6 authored over 11 years ago by Scott Muc <[email protected]>
adding a scoping example to Mock comment help

github.com/pester/Pester - 909c440d63ccdefe7b6413b216c120a3902c556b authored over 11 years ago by Matt Wrock <[email protected]>
adding documentation to call out mock scoping behavior

github.com/pester/Pester - 6fc662e01c72bfefc253fe74152151b18ed25795 authored over 11 years ago by Matt Wrock <[email protected]>
updated changelog to reflect recent changes

github.com/pester/Pester - 06597c3298aba6b931186e1fdaa7ed30c561efdd authored over 11 years ago by Matt Wrock <[email protected]>
fix bug when trying to override a describe soped mock with a context mock and the describe mock is the only mock in the table

github.com/pester/Pester - 2c00a98215212f1bc9b34206183b5f89b6a03fcf authored over 11 years ago by Matt Wrock <[email protected]>
fixing powershell 2.0 incompatibility with array pipline behavior

github.com/pester/Pester - fd594b813f4f03f50429212393a93469a91d6990 authored over 11 years ago by Matt Wrock <[email protected]>
adding scoping to mocks

github.com/pester/Pester - a54e3f8c981584f684e2a51a48b940a82b87cace authored over 11 years ago by Matt Wrock <[email protected]>
adding tests for param filtered mocks since they have slightly different logic paths

github.com/pester/Pester - 1edc5d17c86135ba20d30e461babefb6132b261e authored over 11 years ago by Matt Wrock <[email protected]>
fixing location of the newly added example

github.com/pester/Pester - 81730088d586d5f041ad2d21746a3e288e5aafab authored almost 12 years ago by Scott Muc <[email protected]>
adding example using mocks to test validators

github.com/pester/Pester - 0f124e7542d98f864b3df8ebfec827bc027c094b authored almost 12 years ago by Scott Muc <[email protected]>
fixes failure line numbers from should assertions on PS 2

github.com/pester/Pester - fdc9829d2241255756af4fbdb1d9020e76184181 authored almost 12 years ago by Matt Wrock <[email protected]>
fix global pollution test which is breaking in powershell 3

github.com/pester/Pester - dbbc5512b5f7d5e521481d8c79dd46c35501a89d authored almost 12 years ago by Matt Wrock <[email protected]>
test failures were not failing build

github.com/pester/Pester - 8a630ad5771dd92e26ac1858d33ebcddb6795683 authored almost 12 years ago by Matt Wrock <[email protected]>
closed #40 lookig for line number in test file and eliminating line in should.ps1

github.com/pester/Pester - 32e8849d3ce4a7f2e40a4acf3208eec7de5dba84 authored almost 12 years ago by Matt Wrock <[email protected]>
updating CHANGELOG for new fix and prepping for release

github.com/pester/Pester - 18fc0d61a28146b6002e229b1e184bf16bc6e678 authored almost 12 years ago by Scott Muc <[email protected]>
Merge pull request #44 from mitchelldavis/master

Exit-WithCode Error

github.com/pester/Pester - 60c9813247dc73b9bae0586f4256f8015bafae6f authored almost 12 years ago by Scott Muc <[email protected]>
The $failedTestsCount was null

$Global:TestResults.FailedTestsCount was null.

I was trying to figure out why the ($p = Start-P...

github.com/pester/Pester - bf49d549f6be715edf41369a7a9229ef5fecc718 authored almost 12 years ago by Mitch Davis <[email protected]>
making switch conform to naming standard

github.com/pester/Pester - e58e7418a84ea01290d927110cab0305b86ad0ab authored almost 12 years ago by Scott Muc <[email protected]>
releasing 2.0.0. Disabling old style assertions by default

github.com/pester/Pester - e6cbe7e0ebf5420fe4798b8b6423516a7615458b authored almost 12 years ago by Scott Muc <[email protected]>
getting ready for 1.2.0 release

github.com/pester/Pester - 834362e404d181013a85c9c37280574e8befd000 authored almost 12 years ago by Scott Muc <[email protected]>
adding Contain assertion which will fix #13

future versions of Contain should test against collections
and perhaps hashes. At least now ther...

github.com/pester/Pester - 58d90f32b4c0c79214c5552605a26fda04107893 authored almost 12 years ago by Scott Muc <[email protected]>
assertion tests no longer have cyclic dependencies

github.com/pester/Pester - c7767eefc5875242ab55322b0add3ddb0923e287 authored almost 12 years ago by Scott Muc <[email protected]>
adding new functionality to CHANGELOG

github.com/pester/Pester - c45042746956edc987415f98705b9bd0cdffdd6b authored almost 12 years ago by Scott Muc <[email protected]>
enabled workaround that fixes #19 and fixes #27

Pester itself is using the new assertion format. So if you only
use those you can disable the ol...

github.com/pester/Pester - df0a61f84360e15a49fb4f997818e6d124a3f551 authored almost 12 years ago by Scott Muc <[email protected]>
all Pester tests use new assertions

github.com/pester/Pester - d93eb64485bf87ef4a73402dc5cadfa330e3ce6f authored almost 12 years ago by Scott Muc <[email protected]>
adding Should Match and updating Pester tests

github.com/pester/Pester - e9663dbf5ce9b7c3ba3f749d654c82ad014d0d24 authored almost 12 years ago by Scott Muc <[email protected]>
moving as many pester tests to new assertions

github.com/pester/Pester - d6f5f860dbb837105be360186da028ab3b6a6b07 authored almost 12 years ago by Scott Muc <[email protected]>
adding Exist assertion function

github.com/pester/Pester - 358eef686a20e78893b23df82e7f26cfcf0f9ed9 authored almost 12 years ago by Scott Muc <[email protected]>
Changing assertion functions to follow naming convention

Apologies for the large commit. In this commit

- all assertion functions follow the form Pester...

github.com/pester/Pester - 8eeb3149a4524399cb0a880a5d002f824a3ec281 authored almost 12 years ago by Scott Muc <[email protected]>
updated CHANGELOG and Examples with new functionality and fixes

github.com/pester/Pester - a7101b2ce073963915f46193ae96ecece2253b12 authored almost 12 years ago by Scott Muc <[email protected]>
Adding Throw assertion which fixes #37

This required reording AssertionMethod arguments. For methods that
only need pipeline argument i...

github.com/pester/Pester - f0c54c22c5a02f44d2ea3e8c0938109b7ad35c3a authored almost 12 years ago by Scott Muc <[email protected]>
adding BeNullOrEmpty assertion. This fixes #39

github.com/pester/Pester - 08e19183a17e8168951707390c14d92fa7da305c authored almost 12 years ago by Scott Muc <[email protected]>
fix example in TesdDrive About help

github.com/pester/Pester - 1a4159fc195b22fda36b0f775adc4a7ade1d6696 authored almost 12 years ago by Matt Wrock <[email protected]>
Refactored 'Should'

There is not explicit test for Should since it does not have any logic.
All the functions it use...

github.com/pester/Pester - 85c4f3fa10fd7eb97fff8cc73dee0aca68d60821 authored almost 12 years ago by Scott Muc <[email protected]>
Breaking things into their respective files

Moved assertion tests out of Should tests

github.com/pester/Pester - 25404da00778c05f35056501bf94b4498aedf203 authored almost 12 years ago by Scott Muc <[email protected]>
fixed bug I introduced in error output

github.com/pester/Pester - 5579100fc3ea4a62cc4655537cbf23d3ddd9040c authored almost 12 years ago by Scott Muc <[email protected]>
using args array to parse Not

github.com/pester/Pester - 630c2888290e90504bcd2fa0326a19369eaefae5 authored almost 12 years ago by Scott Muc <[email protected]>
removed the gci to call dynamic function

github.com/pester/Pester - f96437b4ef1e8cc3889557ff77d37101faa25d61 authored almost 12 years ago by Scott Muc <[email protected]>
now invoking the assertion method in a better way

github.com/pester/Pester - 337dced1e8affa83ad742156cd04deb291af06c1 authored almost 12 years ago by Scott Muc <[email protected]>
trying out a new assertion syntax

github.com/pester/Pester - 70a623d739d63bff6b6cadeca0272dc7a13b4755 authored almost 12 years ago by Scott Muc <[email protected]>
updating CHANGELOG for scoping fixes

github.com/pester/Pester - a64dd693892b678f4670c1bbf4fdc40765c1991f authored almost 12 years ago by Scott Muc <[email protected]>
looks like some variables will always leak, but essentially this fixes #9. will leave scoping of functions for now.

github.com/pester/Pester - bf3afbf330808cfee8a26665a77c9388ae432286 authored almost 12 years ago by Scott Muc <[email protected]>
moving testResults onto $pester scope. Still working on #9

github.com/pester/Pester - e7cc6f7324b34005dfaba286b8f87ac26475e376 authored almost 12 years ago by Scott Muc <[email protected]>
still working on #9. Test simply spits out the extra keys that exist when a test is running

github.com/pester/Pester - f6690e42b4239c4939268031ee370241b46d7305 authored almost 12 years ago by Scott Muc <[email protected]>
working on issue #9. unfortunately this will break the build

github.com/pester/Pester - ca08cf83a94986f41183b5ac6c17022a4cd5adcb authored almost 12 years ago by Scott Muc <[email protected]>
adding CHANGELOG item for describe tagging

github.com/pester/Pester - 099d6e3e1eecad6ce5a8834c6dc4cda8ab9a5267 authored almost 12 years ago by Scott Muc <[email protected]>
adding tags to the example spec

github.com/pester/Pester - ffedb948e9bbb3afe9913f87ecf5f1c9e7775db9 authored almost 12 years ago by Scott Muc <[email protected]>
Merge branch 'add_tagging' of git://github.com/rismoney/Pester into rismoney-add_tagging

Conflicts:
Functions/Describe.ps1

github.com/pester/Pester - 2f45bda802fccff92f9adbf3f3322fcee6debb8e authored almost 12 years ago by Scott Muc <[email protected]>
moved png to pester.github.com repo

github.com/pester/Pester - de317788dafa9d6d84edb32e3ac75b63e7614d35 authored about 12 years ago by Scott Muc <[email protected]>
renaming default.ps1 to a more clarifying name build.psake.ps1

github.com/pester/Pester - cf04a142d424599a95425fb81b0c40f70580c1db authored about 12 years ago by Scott Muc <[email protected]>
moving xsd out of the root

github.com/pester/Pester - b84cb22464b0d418a909b2d81ecdbd0a469bbcfb authored about 12 years ago by Scott Muc <[email protected]>
succumbing to my OCD. fixing whitespace, and making long lines into multi-line statements

github.com/pester/Pester - ff747de27eaec23b8db1ac3ac573d7ad52c6e575 authored about 12 years ago by Scott Muc <[email protected]>
adding a changelog to better document releases

github.com/pester/Pester - 9eda85275e35d65d8764974eb9b4c9327df261bf authored about 12 years ago by Scott Muc <[email protected]>
adding some pipeline assertion functions

github.com/pester/Pester - b90a8f13f69691bf1ef0dabf42ec17218a23fcae authored about 12 years ago by Scott Muc <[email protected]>
Merge pull request #38 from stack72/master

Support for should.not_be

github.com/pester/Pester - 1b6495aaa9fd7d2f517995e35f61b50619f959ce authored about 12 years ago by Scott Muc <[email protected]>
added support for should.not_be when writing tests. In order to test this, an additional test was added to the calculator to make sure that the sum was not a specific number.

github.com/pester/Pester - bc436583f74154fe557f84428a9bd72273a201fb authored about 12 years ago by stack72 <[email protected]>
Merge pull request #36 from ming13/readme-syntax-highlighting

Use PowerShell syntax highlighting in the readme file

github.com/pester/Pester - 0cdb0c96cfd843763c35d1fa9a05435240f156b4 authored about 12 years ago by Scott Muc <[email protected]>
Use PowerShell syntax highlighting in the readme file.

github.com/pester/Pester - 22157987dde4e87550d776a6edb3df572f6a6dd8 authored about 12 years ago by Artur Dryomov <[email protected]>
fixing line number resolution for PS 2.0 (ie pretty much everyone)

github.com/pester/Pester - d218c190876bf6b82a0163625be7fe530035a2dc authored about 12 years ago by Matt Wrock <[email protected]>
add tagging functionality to pester describes

cli usage:
pester <specific test> -Tags "<tag1><space><optionaltag2>"

describe usage:
Describe ...

github.com/pester/Pester - 348079d50b1562da5f66380f14d228d4599aa77b authored about 12 years ago by Rich Siegel <[email protected]>
add support for mocking functiond that take pipeline input

github.com/pester/Pester - 9579b8fba1158ec77b332a703e66a44bc0cee7f9 authored about 12 years ago by Matt Wrock <[email protected]>
getting nuget package ready for movement of logo image to official website

github.com/pester/Pester - 5d07938c1387fd245cb04e90010d1f883f448aa5 authored about 12 years ago by Scott Muc <[email protected]>
removing test file.

github.com/pester/Pester - 24c0d65f4da7cc77a18558951cc167584c788ce6 authored about 12 years ago by Matt Wrock <[email protected]>
fixes error when mocking a cmdlet in PS v2 that is already masked by another functin and PS adds the Common params to the metadata

github.com/pester/Pester - 645d5e0a6acdf248b4b23eb189a20a8819e05270 authored about 12 years ago by Matt Wrock <[email protected]>
adjust tests to test bound/unbound cases

github.com/pester/Pester - 2baf6a3f269e05d67b4295735ac72ec71e843f76 authored about 12 years ago by Matt Wrock <[email protected]>
add help documentation regarding module limitations of mocking

github.com/pester/Pester - 3235727b3634c4067789b55c23ab1aa441466540 authored about 12 years ago by Matt Wrock <[email protected]>
fix bug with unbound params and fix line number inaccuracy when the test file is not at the top of the stack

github.com/pester/Pester - 6c4b25e66d7d8e103a3cddac6f3470a861ebdcbb authored about 12 years ago by Matt Wrock <[email protected]>
add a more complete description to nuspec

github.com/pester/Pester - e56db1041394cbfc01fe21fd8ab627a61eddf873 authored about 12 years ago by Matt Wrock <[email protected]>
add link to google group on readme

github.com/pester/Pester - 43b5493bd62d3e7a7d2fd35d0f7c9ae467426fa0 authored about 12 years ago by Matt Wrock <[email protected]>
use last tag as version number

github.com/pester/Pester - 3a21b4ef9f45e1a691dc24b590ca8cb2d319a51e authored about 12 years ago by Matt Wrock <[email protected]>
add tags to nuspec for better discoverability

github.com/pester/Pester - 56ee9829e41aef577a0058bcdf7c3b1bcbab5ba8 authored about 12 years ago by Matt Wrock <[email protected]>
add link to wiki and TC result wiki from readme

github.com/pester/Pester - 68389ad6c56fc60b1e09e8af5281b4addbe01c67 authored about 12 years ago by Matt Wrock <[email protected]>
Make the default mock implementation a default script block

github.com/pester/Pester - dd4c1e428289cf6c0d32f3972e99718b67735f4b authored about 12 years ago by Matt Wrock <[email protected]>
get rid of unnecesary console output in mock tests

github.com/pester/Pester - 2cc2efd952776b1a35d595922b812b3c6d20ba67 authored about 12 years ago by Matt Wrock <[email protected]>
pester should play nice with team city

github.com/pester/Pester - 5a90be4e01b294b63f49fd70105b59654a93fe76 authored about 12 years ago by Matt Wrock <[email protected]>
fixing some doc typos

github.com/pester/Pester - 0625b4bcca70fe395cb3ad86be1991c852a35408 authored about 12 years ago by Matt Wrock <[email protected]>
Updating mocking code to support passing unbound arguments

github.com/pester/Pester - 24729259e0033098eac9804e22cc75f84dbbc6bf authored about 12 years ago by Matthew Manela <[email protected]>
use psake script dir for base dir

github.com/pester/Pester - 72d7f2181b57c802c29f6354e06524fdfc8c89c8 authored about 12 years ago by Matt Wrock <[email protected]>
add help files to nuspec

github.com/pester/Pester - 0bb3a38e95e213f6b258125c17269deac9b86772 authored about 12 years ago by Matt Wrock <[email protected]>
make full help reachable from batch file

github.com/pester/Pester - 567ebdb2f92e70c457c9a8f1926322ba2e1fa9de authored about 12 years ago by Matt Wrock <[email protected]>