Ecosyste.ms: OpenCollective

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

github.com/pester/Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://github.com/pester/Pester

Add FullNameFilter and PassThru parameters to Simple interface parameter list in README.md (#1637)

cb86a8667f9f6e123f9f7ad2db09a84e66086488 authored over 4 years ago by Sergey Vasin <[email protected]>
Update README.md

feb21c3bbb4856737a888b100ba1550e699b69c4 authored over 4 years ago by Jakub Jareš <[email protected]>
Fixes #1631 - Updated docs Planets example to work with Pester v5 (#1632)

* Use BeforeAll block to import from current location

* Used Powershell v3+ syntax and remove...

f343c45105e2ec99181cdb6322a97dff4f486995 authored over 4 years ago by Stijn IJzermans <[email protected]>
Fix basic scoping of BeforeAll (#1636)

* Fix basic scoping of BeforeAll

68a825b4a042908a416366a41fd3b6ecc728e202 authored over 4 years ago by Jakub Jareš <[email protected]>
(doc): Add Legacy v4 parameter mapping to config object in README.md (#1595)

23a2ccf6b4acc2ea1940aa14862f41e40e1be188 authored over 4 years ago by Plastikfan <[email protected]>
Merge branch 'v5.0' of https://github.com/pester/Pester into v5.0

816c964ea85bb39898ca5180c405cdc8beaa41c9 authored over 4 years ago by nohwnd <[email protected]>
Make outputpath of NUnit not mandatory (#1593)

8ea52f1296e66da8535513d91e4531e0981ae29c authored over 4 years ago by Jakub Jareš <[email protected]>
Bump branding to 5.0.2

4d80e144063d16aedd63fd976e036be329fa8309 authored over 4 years ago by nohwnd <[email protected]>
Fix test path (#1588)

* Fix mocking test-path

47c3c138d2bf1d87d5283365a8975a8f31b6b13c authored over 4 years ago by Jakub Jareš <[email protected]>
Refer to Add-ShouldOperator safely (#1581)

8632ecc3ec638da65b266ff3e471d6f375498791 authored over 4 years ago by Jakub Jareš <[email protected]>
Allowing for @ to be the first non-whitespace character after Should. (#1582)

Returning from Invoke-Assertion when $entry is null.

1e910e864a84ddf461d6ae5ad8c8827c6c76cc31 authored over 4 years ago by James Brundage <[email protected]>
Bump to 5.0.1

53bfdaa0fb6b2abee8ac2ad25c373cb14977ef30 authored over 4 years ago by nohwnd <[email protected]>
Update readme

3e8b23c1ef90d863dd0d69a8956ccc0d73ec457b authored over 4 years ago by nohwnd <[email protected]>
Add Legacy parameter set (#1578)

* Add Legacy parameter set

629810934bd7b3348cde734b099f4953e131a9da authored over 4 years ago by Jakub Jareš <[email protected]>
Docs: Fix "What's New in Pester 5" Video Link (#1574)

edb9acb73461b55df397ef974d0da2a4bea6921f authored over 4 years ago by Justin Grote <[email protected]>
Add that Gherking is removed

f51a331b62d7fcec2e03849440d81d107a16aed4 authored over 4 years ago by nohwnd <[email protected]>
Bump to 5.0.0 (#1570)

d59b6ca10b5031fea1c99107c25b774b2c8da1fd authored over 4 years ago by Jakub Jareš <[email protected]>
Update README.md

9bf933398de6a4f347ec5cd753d94b0bb9cbad39 authored over 4 years ago by Jakub Jareš <[email protected]>
Adding error message when incorrect should format is used. (#1561)

* Adding error message when incorrect should format is used.

* Fail on legacy syntax

Co-au...

f84a169ec9343c9828ad031695b760640559f49d authored over 4 years ago by James Brundage <[email protected]>
Revert "Should work (#1568)" (#1569)

This reverts commit 3584742544b2583c0f0c757a3bb91df38603bd83.

2a945a1a73e4a70ff6b661202a0a5bfb50c27a6a authored over 4 years ago by Jakub Jareš <[email protected]>
Revert "Should work (#1568)"

This reverts commit 3584742544b2583c0f0c757a3bb91df38603bd83.

8ba01abc7a2d6ce9d730d221bd231157dfe95f42 authored over 4 years ago by nohwnd <[email protected]>
Should work (#1568)

* Adding -ParameterSet to Get-AssertionDynamicParams, caching the values (invalidating cache on ...

3584742544b2583c0f0c757a3bb91df38603bd83 authored over 4 years ago by James Brundage <[email protected]>
Remove duplicates before building (#1566)

Fix #1565

ab3d0301115bbdfe4079e7246758dde0ec06eb14 authored over 4 years ago by Jakub Jareš <[email protected]>
Fix casting from PSObject array to string (#1567)

1f31041c08691f3eaf9fb7776c24d517ce18958d authored over 4 years ago by Jakub Jareš <[email protected]>
Minimal is the new Normal, and Normal is Detailed (#1562)

222d192383d255823e3b32dd721307fc9ea9a9b2 authored over 4 years ago by Jakub Jareš <[email protected]>
Allow mocks in top-level BeforeAll (#1560)

3f6560c8ed1ef9fdc9877e1cff698b66b3e4b473 authored over 4 years ago by Jakub Jareš <[email protected]>
Cherry pick #1463 (#1556)

59fa14316f45348ed7b56d216f9780a09e438d75 authored over 4 years ago by Jakub Jareš <[email protected]>
Make StringArrayOption property perform object[] to string[] transformation automatically in a similar way how PowerShell would do it (#1549)

* Make StringArrayOption property perform object[] to string[] automatically to string array in ...

fff0951568480811d2146918572d570de9159202 authored over 4 years ago by Christoph Bergmeister [MVP] <[email protected]>
Readme: Add table with mapping of parameters to configuration object properties (#1546)

* Readme: Add table with mapping of parameters to configuration object properties

* Add all p...

a8685d7d8f1daba413e26d6e75016d83f582f203 authored over 4 years ago by Christoph Bergmeister [MVP] <[email protected]>
Docs: Fix CodeCoverage property on configuration object: Enable -> Enabled (#1545)

5e686c387ee3f838036ea1cae5497d2bab7b1c0e authored over 4 years ago by Christoph Bergmeister [MVP] <[email protected]>
Separate file output with just single space (#1541)

11f996451a7d2c82c5f7d62251ac896a1f2dbcaf authored over 4 years ago by Jakub Jareš <[email protected]>
Add Should -Throw breaking change

729273adaa57f54feed6e85a4968c78b5c97a330 authored over 4 years ago by Jakub Jareš <[email protected]>
Fix verifiable mocks counting when there are multiple behaviors (#1540)

78cd26662104c85a3f430afec91c88c89fce32ed authored over 4 years ago by Jakub Jareš <[email protected]>
Update branding to 5.0.0-rc9

854f234a0c4909fbb602c8ddcf15ff2dcdd969a2 authored over 4 years ago by nohwnd <[email protected]>
Merge branch 'v5.0' of https://github.com/pester/Pester into v5.0

338fdaac6a06224890a963371f173123320dd762 authored over 4 years ago by nohwnd <[email protected]>
Update branding to 5.0.0-rc9

31ce4b325885845bf5c0439a1fda228ecde38aa1 authored over 4 years ago by nohwnd <[email protected]>
Bump 5.0.0-rc8

bc286b0bb3add3ef80cbdf29e2c712ae069a71da authored over 4 years ago by nohwnd <[email protected]>
Fix path in code coverage (#1538)

2ccdb8612228b4a88b1e50d9bac079f9b4cc63e6 authored over 4 years ago by Jakub Jareš <[email protected]>
Fix cross module mock (#1537)

* Fix cross module mocking and cleanup

a34f483780fddc836303b3a655189be7ce5d1f75 authored over 4 years ago by Jakub Jareš <[email protected]>
Bump 5.0.0-rc7

8c61be36ee2ba1dcdba57721c2a2b60a6ad6a48e authored over 4 years ago by nohwnd <[email protected]>
Fix path resolve (#1532)

* Fix paths in code coverage and nunit

e404d4250517b20ba23d1b0b23a1f7debcf8a622 authored over 4 years ago by Jakub Jareš <[email protected]>
[v5] Repair Set-ItResult (#1520)

* New Approach by manipulating the test directly and driving output from the test objects

* C...

98899d4d3c64749f42adff17a748b2714179540b authored over 4 years ago by Justin Grote <[email protected]>
[WIP] Splatting in mock (#1528)

* Revert the fix for dynamic params

c1f8804858ec3d803c909a90ae33c5174df395ba authored over 4 years ago by Jakub Jareš <[email protected]>
Fix casing

3d1e4b14901707fa574f7725a169a2562a7f9c83 authored over 4 years ago by nohwnd <[email protected]>
Fix TestDrive and TestRegistry teardowns when already teared down (#1529)

* Fix TestDrive and TestRegistry teardowns when already teared down
* Report failed containers ...

b291f83d7cd5060375b94f42837ee9940410972c authored over 4 years ago by Jakub Jareš <[email protected]>
Enable test on release

09e785680c3a368016eac2e529259e769f4006fa authored over 4 years ago by nohwnd <[email protected]>
Bump to 5.0.0-rc6

f9d90a7f5bbe61973bbc6d546ead4e5b5a5e0469 authored over 4 years ago by nohwnd <[email protected]>
Fix config ref (#1518)

eb89d45de6ad106f174cc1c68fd7c865fac94ce0 authored over 4 years ago by Jakub Jareš <[email protected]>
Added version in pester object (#1502)

* Added version in pester object

b972fd8876d4a8c56fd5f630eaf3786d41e31d24 authored over 4 years ago by Van Gulick <[email protected]>
null non-public props (#1517)

* null non-public props

28bdbaa5650d6f9cbab9ca36850c82892a71a867 authored over 4 years ago by Jakub Jareš <[email protected]>
Null values (#1516)

7cb8ca972eb2696e708aeb814f80c530b0988c43 authored over 4 years ago by Jakub Jareš <[email protected]>
Test registry (#1511)

Add test registry

90347c293aadebc4f190ed4bc27fc86ce6d19a24 authored over 4 years ago by Jakub Jareš <[email protected]>
Merge v4 (#1512)

67ea93296bb6530841a3ed7c19d8cd6e8f84bd53 authored over 4 years ago by Jakub Jareš <[email protected]>
Merge branch 'v5.0' of https://github.com/pester/Pester into v5.0

0fa8da329c5c19bb0dc30a1775527f6a4b077f91 authored over 4 years ago by nohwnd <[email protected]>
Bump branding to rc6

05fd0515b41ab92e72126a4dd484940b1ff7599a authored over 4 years ago by nohwnd <[email protected]>
Update README.md

330edf58498bddfc69ad64dd605b68afbc363189 authored over 4 years ago by Jakub Jareš <[email protected]>
Merge branch 'v5.0' of https://github.com/pester/Pester into v5.0

b706d863d7e896fa681d7b32e907973b6400cfd3 authored over 4 years ago by nohwnd <[email protected]>
Fix passing parameters

842bcb43158130b11367cc7db9c7e503f1f8aef1 authored over 4 years ago by nohwnd <[email protected]>
Fix some messages and how we detect mock count in block (#1509)

efe3c9bd8f4d692b00befa41730111f4ae4a5a24 authored over 4 years ago by Jakub Jareš <[email protected]>
Diagnostic output (#1508)

c39d2efc5ed9ea44a9320358a4b6b70dbad7c002 authored over 4 years ago by Jakub Jareš <[email protected]>
Better result object (#1507)

Order properties on the objects, add Run and Container, and rename Duration to have single prope...

384722d6f7a3ea8b9d7774280fe19d9ae4178ea5 authored over 4 years ago by Jakub Jareš <[email protected]>
Update rc version to 5

c8523523924993e9ca206d2cac273da757622cf0 authored over 4 years ago by Jakub Jareš <[email protected]>
Optimize runtime (#1506)

* Optimize Invoke-ScriptBlock

* Reduce number of empty calls

* Skip unneeded plugin steps

63c57362d0602dda46a7d93401eff26dc0f2e9df authored over 4 years ago by Jakub Jareš <[email protected]>
Build the binaries (#1504)

Build the few types that Pester uses in binaries that are compatible with Windows PowerShell 3+ ...

f7dfb48ea05f2826aadf18f39f6c79aa116d02f4 authored over 4 years ago by Jakub Jareš <[email protected]>
Debug mocks (#1500)

Do not overwrite the mock scriptblock

41a9a3656c5d2a8bb84e5de365d9093f37109313 authored over 4 years ago by Jakub Jareš <[email protected]>
Bump branding to rc5

4deb573f91f7c93bbc34f2e55ae4c7e2fb96f7d6 authored over 4 years ago by nohwnd <[email protected]>
Update release scripts

0b51742b899f43ce2bf0c475360e4d3ecda3f413 authored over 4 years ago by nohwnd <[email protected]>
Move sources to new structure

Move files to new structure and merge them into one file during build

6ceec22664b2d0fa077bfe79898e403a2d7709ac authored over 4 years ago by Jakub Jareš <[email protected]>
fix casing of default rest results file (#1499)

aa1ba7ce8d7207082a519737b52e56735181ab03 authored over 4 years ago by Christoph Bergmeister [MVP] <[email protected]>
Remove Gherkin (#1497)

* Remove Gherkin

18e74d6b88426bba1cb292a5fc65670fe9e3ca28 authored over 4 years ago by Jakub Jareš <[email protected]>
Update readme and fix typos

1f19596900118016353f7ff73939d8d37ef19588 authored over 4 years ago by nohwnd <[email protected]>
Bump rc3

d1a5c062e71fb1f2247a120e4d61e9519c5f0af3 authored over 4 years ago by nohwnd <[email protected]>
Bump 5.0.0-rc2

41e2ea61c22d8881795370f4ee80a8e7bd57ddf5 authored over 4 years ago by nohwnd <[email protected]>
should -Be optimizations (#1495)

e0b6095facd61a13375c8e1b12f9d58e1131ce8f authored over 4 years ago by Jakub Jareš <[email protected]>
Mock optimizations (#1492)

Improve Mock speed

30f880aba1cb4d1a0bf99f4c1dc01533b2c894f8 authored over 4 years ago by Jakub Jareš <[email protected]>
Add notes about my invocation and other

434a332c952e94e3b77402dd9e0df5015b7123c9 authored over 4 years ago by Jakub Jareš <[email protected]>
Update discovery rules

fbbc6a1e89e11dab779bf094fc95f738e9466808 authored over 4 years ago by Jakub Jareš <[email protected]>
Discovery optimizations (#1491)

305b3b06c296a9ac4785224c2e7af8485816584e authored over 4 years ago by Jakub Jareš <[email protected]>
Add -FullName filter (#1489)

6ee448f12db0a0a2470da1e1b8b65c5e1d0c4d50 authored over 4 years ago by Jakub Jareš <[email protected]>
Add -PassThru note

a99fd8c9645bda604be1213737fa7f0d01741772 authored over 4 years ago by Jakub Jareš <[email protected]>
Add -PassThru (#1488)

Add -PassThru

0539c3c88ac3e86af87c8b6973fc97ba7695371a authored over 4 years ago by Jakub Jareš <[email protected]>
Add -Script to breaking changes

9decf0a26f04479ba0ea745b7a29108823c9be86 authored over 4 years ago by Jakub Jareš <[email protected]>
Split breaking changes into sections

92145ca6de0bd412a47e659b6b7e234f74715a08 authored over 4 years ago by nohwnd <[email protected]>
Add another breaking change

3635ca0fcbde37153ddbc73ecbed7f1b46870113 authored over 4 years ago by Jakub Jareš <[email protected]>
Update README.md

2be4456e21e666778a2b5fdc94173b5286a30bd6 authored over 4 years ago by Jakub Jareš <[email protected]>
Add gifs to VSCode entry in v5 readme (#1481)

7d8b8759050eb3dc1f45da06c1bc6469cf196fb5 authored over 4 years ago by Jakub Jareš <[email protected]>
Add more breaking changes

255e9dd4f9a3db91fa277f2d38553d857dc3db05 authored over 4 years ago by Jakub Jareš <[email protected]>
Merge branch 'v5.0' of https://github.com/pester/Pester into v5.0

b1d51467a4817e99003cfbf9ea7a9129b6e7b11e authored over 4 years ago by nohwnd <[email protected]>
Scratch that almost, it took me bloody 12 hours of work. :D

55375c1715fb9f209782ca6f2d025a9cd8b50dc5 authored over 4 years ago by Jakub Jareš <[email protected]>
Bump to 5.0.0-rc1

012c27dc79e5a0463490bed7a912f7cd6703d08a authored over 4 years ago by nohwnd <[email protected]>
Merge branch 'v5.0' of https://github.com/pester/Pester into v5.0

23fce51061895ef278d9ba2e868881203f8f218d authored over 4 years ago by nohwnd <[email protected]>
Add vscode changes

0d55a61913fb21e0c4b5d4d64326181f9460ae8a authored over 4 years ago by nohwnd <[email protected]>
V5.0 rc1 (#1477)

* Update readme for Pester 5.0.0-rc1

* Table of contents into readme

e4fb8d421d42c8de6db7058d7e5a4e0533201bf3 authored over 4 years ago by Jakub Jareš <[email protected]>
Table of contents into readme

d153867556d4b079f33f0fdb9d3ba01f34c02e81 authored over 4 years ago by nohwnd <[email protected]>
Update readme for Pester 5.0.0-rc1

6ab8f931d5427484388b341156c2cddb9ba0c571 authored over 4 years ago by nohwnd <[email protected]>
Do not run in VSCode unsaved files

75e62c2a2fc7bf5512084e77c112ae8dcbbc8905 authored over 4 years ago by nohwnd <[email protected]>
Fix build on AppVeyor

3c68349e1cdb1342d0af2487e4238f03ee4c0140 authored over 4 years ago by nohwnd <[email protected]>
Add ConvertTo-Pester4Result (#1472)

Adds a function to convert the new result to the old one.

c99dcb1a3b842de29b131c3f8d1fadfc7cb8c433 authored over 4 years ago by Jakub Jareš <[email protected]>
Clean result object (#1470)

Only publish necessary properties on the result object

9b9cdda56f488adb39036af6dad47e67954f3ca1 authored over 4 years ago by Jakub Jareš <[email protected]>
Take failed blocks into account and list them at the end of the run

330cfca3be614fdcb3cfff4c242957f41d66c6e0 authored over 4 years ago by nohwnd <[email protected]>