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

Merge pull request #719 from it-praktyk/DevV4_Update_Help_Get-TestDriveItem

[Pester v. 4.0.2] An example for Get-TestDriveItem added

a028b1121628256a750d0d54a628b9626c063669 authored almost 8 years ago by Jakub Jareš <[email protected]>
Merge pull request #723 from it-praktyk/DevV4_Update_Help_Set-TestInconclusive

Help for the function Set-TestInconclusive added

04cd861a68145bde783b3513324a2d41b57c7bba authored almost 8 years ago by Jakub Jareš <[email protected]>
Merge pull request #752 from nohwnd/FixPaths

Fix paths in Pester.Tests.ps1

81b6a809564196d3846e8bc172169c79e54bab43 authored almost 8 years ago by Jakub Jareš <[email protected]>
Fix paths in Pester.Tests.ps1

5dae41c14c1bff5bae08b8e39446d437fc0c1747 authored almost 8 years ago by nohwnd <[email protected]>
Merge pull request #749 from nohwnd/MoveEnvironmentFunctions

Add better tests for OS and temp

b8df2322a06beef489512b463d5fe8100b691185 authored almost 8 years ago by Jakub Jareš <[email protected]>
Merge pull request #750 from nohwnd/FixResolveFullPathTest

Use OS independent path for resolve test

77541f6f70461d1a21d47e2f7a476de3a181b90e authored almost 8 years ago by Jakub Jareš <[email protected]>
Add better tests for OS and temp

I am trying to make Pester work on Linux, so I am taking it from the most obvious failing tests ...

df316d526759b6fe82a4c17372f3fed62a639712 authored almost 8 years ago by nohwnd <[email protected]>
Use OS independent path for resolve test

b47ba2a29ee554d36a4a2fdb935027bd2b7e49b8 authored almost 8 years ago by nohwnd <[email protected]>
Update README.md

60ef395117e3c35dc35d96a5ce4cfddadced3bb9 authored almost 8 years ago by Dave Wyatt <[email protected]>
Merge pull request #748 from pester/DevelopmentV4

Merge developmentV4 into master

2dac3efedcd5d72bf9ca617680e544deec966059 authored almost 8 years ago by Dave Wyatt <[email protected]>
Merge pull request #745 from dlwyatt/MockFix2

Fixes #737

fcc7f6b8fd27806256cc693c8e88a0bc9bd93b41 authored almost 8 years ago by Dave Wyatt <[email protected]>
Fixes #737

b35ed502a18e47254ea75c77fd377ccc1e3417d5 authored almost 8 years ago by Dave Wyatt <[email protected]>
Add failing test

ee668d035d65913905ab92dc14952a12ba119b16 authored almost 8 years ago by Dave Wyatt <[email protected]>
Merge pull request #726 from Jaykul/IncludeVSCodeMarker

Fix IncludeVSCodeMarker

8a8618ce342901b9dad800e4eef2350fee89e6e6 authored almost 8 years ago by Dave Wyatt <[email protected]>
Fix StackTrace typo

901ab1708bc538b98e4ff3ac89e4a68619d31d40 authored almost 8 years ago by Joel Bennett <[email protected]>
Tweak Variable names to hide them.

I'm a little worried about this -- should I be renaming all the variables?

7243deb1cd0456deb95fad3a1e6cdfd14f588fd2 authored almost 8 years ago by Joel Bennett <[email protected]>
Revert stacktrace line output on failed tests to match Pester v3

ef380ee5c69d3cd889f22be798ee1a8783afece5 authored almost 8 years ago by Joel Bennett <[email protected]>
Fix IncludeVSCodeMarker #725

f0d12873ef577242d60f27ce51f27aef46138534 authored almost 8 years ago by Joel Bennett <[email protected]>
Finally fix the Scenario count

d1af1902c5961faaac570fb31c42fb461034b584 authored almost 8 years ago by Joel Bennett <[email protected]>
Fix more Gherkin issues with PowerShell 2.0

6fdcfb4b71ba888c449bbc01ed10f058b6ca2791 authored almost 8 years ago by Joel Bennett <[email protected]>
Fix some obvious PowerShell-2.0 bugs

305a90b0b51d3885b9ce6d4ebb246a51896cfa14 authored almost 8 years ago by Joel Bennett <[email protected]>
Improve Gherkin output

Put the .feature location into the "stack" on failures.
Refactor Import-GherkinFeature to add th...

7e25ba3283801b3847edf8753bc4277df71b2f75 authored almost 8 years ago by Joel Bennett <[email protected]>
Fix gherkin test

edb14df47dc44079f07a51af4d27ea4ba052c8e2 authored almost 8 years ago by Joel Bennett <[email protected]>
Fix 569 - use import-module to load assembly.

I cannot explain why, but it fixes a generics type reference in PowerShell 2

a253f1530b839719f3ced3d28212e4053eeb733a authored almost 8 years ago by Joel Bennett <[email protected]>
Tweak code formatting of psd1 for consistency

9911c40ee4bb0d6357948907dd5b20e14f4e47b7 authored almost 8 years ago by Joel Bennett <[email protected]>
Switch "missing" tests to "Inconclusive" status

This way, Pester's default output shows the "Could not find" message!

8c085a1b638b6424a398b0930a0347de3ad16f20 authored almost 8 years ago by Joel Bennett <[email protected]>
Update Pester export for Find-GherkinStep

18e2c6b837e40cfea79b5e9102539d3afc0a32c7 authored almost 8 years ago by Joel Bennett <[email protected]>
Add Find-GherkinStep! yay?

23a0c12dd93cd6b6d2e601c8c74f0012a47ebc3c authored almost 8 years ago by Joel Bennett <[email protected]>
Fix scope for Gherkin Background, visibility for GherkinStep

e440cd54530f9a52ca22f0e94d19b29ba78f98f3 authored almost 8 years ago by Joel Bennett <[email protected]>
Dramatically improve gherkin error messages

7f8e9101d9f0490b5217baab57d450a335e54003 authored almost 8 years ago by Joel Bennett <[email protected]>
Refactor Gherkin to generate a "Describe" per-scenario (not per feature)

Also Removes some hooks.

b0a7690cad85513fda3c4fdf4790d5d750c2f828 authored almost 8 years ago by Joel Bennett <[email protected]>
Help for the function Set-TestInconclusive added

d4894508ad509af576799492cee17cd97c709e4a authored almost 8 years ago by Wojciech Sciesinski <[email protected]>
Refactor Gherkin Aliases to functions in order to provide proper help

Removed "BeforeAllFeatures" and "AfterAllFeatures" hooks that didn't actually work right
Updated...

b0e96301e3a99ed9f0606f0f34f7385dc856affb authored almost 8 years ago by Joel Bennett <[email protected]>
Update Gherkin with -Show and -PesterOption

Fix Pester -Quiet?

4f662be1c89394a16b1837f0077653b1edfe8aab authored almost 8 years ago by Joel Bennett <[email protected]>
An example for Get-TestDriveItem added

d93d477692139b803d390533282929e45870a046 authored almost 8 years ago by Wojciech Sciesinski <[email protected]>
Update help for the Invoke-Pester function

8d17d037be0925b8ca86fa1e450a359260cbb2c6 authored almost 8 years ago by Wojciech Sciesinski <[email protected]>
Add a test for the scenario count which is currently failing

2e25735a6e44541ab432f5792a783781885192be authored almost 8 years ago by Joel Bennett <[email protected]>
Fallback to en-US culture for Import-LocalizedData

19a0000e07e6a23a5941fc972ae4f35443d2be21 authored almost 8 years ago by Wojciech Sciesinski <[email protected]>
Merge pull request #704 from nohwnd/FixShouldBe

Fix Should Be

0f5b7c4e282fd059562c01d2c4cefb8a0b71d67d authored almost 8 years ago by Jakub Jareš <[email protected]>
Fix Should Be to make Expected determine the type to be used for equality check

a66ec2d890d700aeff4e95b8acd16310af276547 authored almost 8 years ago by nohwnd <[email protected]>
Merge pull request #690 from brianbunke/patch-1

Add commas to report summary in v4

24a8c20f0e9b9addb487b41f505d1702ca8613f4 authored almost 8 years ago by Jakub Jareš <[email protected]>
Add commas to report summary in v4

Addresses #684

f249c09d9600890b254dbf554a2e37396ea5d987 authored almost 8 years ago by Brian Bunke <[email protected]>
Added basic help for Should.

e7352accc62278d0124e7aff7a90265290b899ab authored almost 8 years ago by Wojciech Sciesinski <[email protected]>
Bump to 4.0.2-rc because the PowerShell gallery package is build on the server and lib was missing there

46d2fd2a38e97cbe93c61c9fce84c173377a9207 authored almost 8 years ago by nohwnd <[email protected]>
Bump to 4.0.1-rc because of PowerShell gallers, use 4.0.2-rc as the next version

7de98649f9acd077d708087746e570fe34655995 authored almost 8 years ago by nohwnd <[email protected]>
Bump to 4.0.0-rc2

7097a980fcb058967131ff43af087d2a9046f3f6 authored almost 8 years ago by nohwnd <[email protected]>
Bump to 4.0.0-rc1

f6eab1a95c89d1ab6ab0ebbaed69906ac476c366 authored almost 8 years ago by nohwnd <[email protected]>
Merge branch 'it-praktyk-DevV4_Update_Help_Describe' into DevelopmentV4

d25a5b3b0421427b282f61cf57cd4b467075c204 authored almost 8 years ago by nohwnd <[email protected]>
Merge branch 'DevV4_Update_Help_Describe' of https://github.com/it-praktyk/Pester into it-praktyk-DevV4_Update_Help_Describe

ad63b2afc15f7a0676a176af2764f3341ae26e99 authored almost 8 years ago by nohwnd <[email protected]>
Merge branch 'DevV4_Update_Help_Context' of https://github.com/it-praktyk/Pester into it-praktyk-DevV4_Update_Help_Context

d6299a99f563442d32955bea557a66f046ec6aa7 authored almost 8 years ago by nohwnd <[email protected]>
Update changelog

ccca60311e856374eb0cc8e1d81e9880cb4a43c5 authored almost 8 years ago by nohwnd <[email protected]>
Reword deprecation message

a1ec82a973777278fc8f1708b3315caf56e8f048 authored almost 8 years ago by nohwnd <[email protected]>
Merge branch 'developmentv4_deprecate_get-testdriveitem' of https://github.com/it-praktyk/Pester into DevelopmentV4

de8e21c094599d9f7281f40ae71f80864fa98f66 authored almost 8 years ago by nohwnd <[email protected]>
Fix BeLike and BeIn variable expansions

98516b45f054c32bb080a5426d87627903123275 authored almost 8 years ago by nohwnd <[email protected]>
Quiet vs show

aec9a6860d6546201295eb1c4ae5f62cc6abc45c authored almost 8 years ago by nohwnd <[email protected]>
Fix one more occurance of Quiet

c2690182a7e298ca964ca1afa9edeedb206d8c46 authored almost 8 years ago by nohwnd <[email protected]>
Remove Quiet and OutputXml, Update help, Add Show to manage output, add commas to output

10ee4c81c03a664a29979142163fab9cab0aae77 authored almost 8 years ago by nohwnd <[email protected]>
Fix BeIn BeLike and few errors to make everything work after merge

e3b07e3489976416af33e2f2d52cea0e715d26c1 authored almost 8 years ago by nohwnd <[email protected]>
Help updated and reformatted.

7aecf34b94b365afbf05ca08a81b289bae0db838 authored almost 8 years ago by Wojciech Sciesinski <[email protected]>
post merge not working

e99161dc9733041581377b8a74cbf63b025017b5 authored almost 8 years ago by nohwnd <[email protected]>
Help updated and reformatted.

a98335379dd485db0b8aad4625582602a26fa221 authored almost 8 years ago by Wojciech Sciesinski <[email protected]>
Help updated and reformatted.

38fc72c2b6a45078713613702710b1ce38184b90 authored almost 8 years ago by Wojciech Sciesinski <[email protected]>
Help updated and reformatted.

668ade9478c4e6ed4ab0b6d120c68c85ba40ec95 authored almost 8 years ago by Wojciech Sciesinski <[email protected]>
A message about deprecation added to the function Get-TestDriveItem, help for the function updated.

dab87bf49bb2aa83f8433643c69255c337bd3717 authored almost 8 years ago by Wojciech Sciesinski <[email protected]>
Bump to 4.0.0-beta

Set the version in the manifest to 4.0.0 and update the changelog. The code is very stable, it's...

0b23fd6b1a9b916e4447b48dbb864e8e2b3aafa6 authored almost 8 years ago by nohwnd <[email protected]>
Bump to 3.4.6, fixing the broken release 3.4.5

3378eaba057dd2400685eeb225f91dc7aff3d089 authored almost 8 years ago by nohwnd <[email protected]>
Merge pull request #676 from nohwnd/AddCommasToSummary

Add commas to summary

bdad1e806e3b534fa9f4351e80872cb8e7639fdc authored almost 8 years ago by Jakub Jareš <[email protected]>
Add commas to summary

a36e1245e500b155f788be2fc33c44393b62af00 authored almost 8 years ago by nohwnd <[email protected]>
Merge pull request #677 from nohwnd/FixHasFlag

Fix Has-Flag on Powershell v4 and older

a7259f1e4b6f37f7cf5c609f804edebd9e95568e authored almost 8 years ago by Jakub Jareš <[email protected]>
Fix Has-Flag on Powershell v4 and older

On Powershell v4 and older the Has-Flag does not cast to the Pester.OutputTypes flagged enum aut...

369f6652a30d0673679384a376e020011fde4bea authored almost 8 years ago by nohwnd <[email protected]>
Bump to 3.4.5

63eb36195edbee627915278eea6c25f1b2ca7211 authored almost 8 years ago by nohwnd <[email protected]>
Added Get-OperatingSystem and Get-TempDirectory to fix TestDrive on PSCore

770dec4b73adc6a4620a99be23f5d48cdfa81379 authored almost 8 years ago by Adam Bertram <[email protected]>
Merge branch 'BeInAssertion' of https://github.com/adbertram/Pester into adbertram-BeInAssertion

d0d72d9285231aa61956aa4e40724f07bddf3e0a authored almost 8 years ago by nohwnd <[email protected]>
Merge branch 'FilterPesterOutput' of https://github.com/nohwnd/Pester into nohwnd-FilterPesterOutput

0592d6ac2e7e75e419d082b47a072e1b1dac2eec authored almost 8 years ago by nohwnd <[email protected]>
Merge pull request #672 from pcgeek86/patch-3

Made use of named parameters more consistent

78b25f03e29e1ddf516ca779c056b48992f0ba68 authored almost 8 years ago by Jakub Jareš <[email protected]>
Made use of named parameters more consistent

e7a51c33da34263e504968d4a7868ab3822059fd authored almost 8 years ago by Trevor Sullivan <[email protected]>
Merge pull request #656 from dlwyatt/CleanupFix

Fix #655

30b8b240d21e92dde701350c9699567b99e150e5 authored about 8 years ago by Dave Wyatt <[email protected]>
Fix #655

514298bd81fe1f0fd62c2ab0a545900c20e4d7c0 authored about 8 years ago by Dave Wyatt <[email protected]>
Merge pull request #654 from it-praktyk/Invoke-Pester_Update_Help

Invoke-Pester - comment based help updated and reformatted

a0d1d2051969c6435d11364bbe5a9d746dcc03d6 authored about 8 years ago by Dave Wyatt <[email protected]>
Help updated (added info about OutputFile, OutputFormat, modified OutputXml) and reformatted (lines shortened to about 80 chars, tabs replaces with 4 spaces).

c983a34e2971bc0d66dd73d3ff4f0da3cd50f84c authored about 8 years ago by Wojciech Sciesinski <[email protected]>
Add option to Invoke-Pester to filter output

Adds Show parameter to Invoke-Pester that filters the output of Pester.

The parameter takes fla...

04a84525dc9681017b27bbc249686702259f7f06 authored about 8 years ago by nohwnd <[email protected]>
Added the BeIn assertion

64755d1bf8c0daa60704d51cb5a6e4c329113515 authored about 8 years ago by Adam Bertram <[email protected]>
Forward merge master to DevelopmentV4

d5f84ad9a94e28f74cbf0d531b9c719eef1b2c3a authored about 8 years ago by nohwnd <[email protected]>
Version bump to 3.4.4

dc550d2b9254bf09b225dafbf34be69f12901527 authored about 8 years ago by nohwnd <[email protected]>
Add New-MockObject function and export it from Pester

b81acba294d09d775a3b6f5fd12a82ca90b9109a authored about 8 years ago by Adam Bertram <[email protected]>
The link to the article 'Writing Pester Tests' in the PowerShell/PowerShell repository added

67e8bfc2395f2010870876d42847f477fde42722 authored about 8 years ago by Wojciech Sciesinski <[email protected]>
Merge pull request #618 from nohwnd/AddHelpToShould

Add help to Should

7dafda45b2a170118c21da1301887a07e5025719 authored about 8 years ago by Jakub Jareš <[email protected]>
Add help to Should

85a1e561e318501578c5a5fa4fb973c0da26603e authored about 8 years ago by nohwnd <[email protected]>
Merge pull request #617 from nohwnd/CaseInsensitive_ShouldThrow2

Make Should Throw case insensitive

305244ce783a9fe976492c2d228cd711ccc90d73 authored about 8 years ago by Jakub Jareš <[email protected]>
Make Should Throw case insensitive

I replaced the original Contains with IndexOf and a $null check, becuase
Contains returns $True ...

2cd2eaf8b0bdc1ead464d27acf3615ce7ca2cac9 authored about 8 years ago by nohwnd <[email protected]>
Merge pull request #616 from nohwnd/DevelopmentV4

Forward merge 'master' to 'DevelopmentV4'

42847da9caeddce79ea5f430199d30ac8a512990 authored about 8 years ago by Jakub Jareš <[email protected]>
Fix expectations in DSC CodeCoverage tests for PowerShell v4

The AST does not parse Import-DscResource -ModuleName
PSDesiredStateConfiguration on PowerShell ...

e32043fde41f6369b9778ea79b8222e5704e36ca authored about 8 years ago by nohwnd <[email protected]>
Ignore Gherkin tests on PowerShell 2

dbee8e50fde727b615b57a811cbb1e33b993bec7 authored about 8 years ago by nohwnd <[email protected]>
Merge 'master' to development

6fd3b8fca011182bc5e8a190551627283c6f4ede authored about 8 years ago by nohwnd <[email protected]>
Merge pull request #615 from nohwnd/Import-local-Pester-for-Gherkin-tests

Import local Pester version to Gherkin tests

58e30538f9cdf28fc2200f1d46ec2e55e2746126 authored about 8 years ago by Jakub Jareš <[email protected]>
Merge pull request #1 from nohwnd/Import-local-Pester-for-Gherkin-tests

Import local Pester version to Gherkin tests

2523438df8d121bdceae92975ef863b413b0cecd authored about 8 years ago by Jakub Jareš <[email protected]>
Import local Pester version to Gherkin tests

Gherkin tests run in a job, and they fail when V4 Pester can't be found
in the module path. Test...

0587b41d3f2fe3f99a479f90cb572e93bd49f726 authored about 8 years ago by nohwnd <[email protected]>
Merge pull request #602 from jsoref/spelling

Spelling

668080725ecb45b5c676c221611f6c4f0d3ba7a1 authored over 8 years ago by Jakub Jareš <[email protected]>
Spelling fixes

* accessible
* ambiguous
* at-least
* behavior
* cleaning
* containing
* continuous
* exactly
* ...

58f951dbd16576949ee24f44d88fe239ac222f6d authored over 8 years ago by Josh Soref <[email protected]>
Version bump to 3.4.3

630077a53bb974b775da0d79b920e438a18e969b authored over 8 years ago by Dave Wyatt <[email protected]>