Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A basic Pester script for testing module updates. #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

A basic Pester script for testing module updates. #19

wants to merge 2 commits into from

Conversation

JasonFossen
Copy link

Hello:

If you'd like to use it, I wrote a very basic Pester testing script for the module. It doesn't cover every possible compression format+method combination, and it's not exactly polished, but I didn't know if you were interested in having Pester tests.

With the Pester module installed on your dev box, switch to the Tests folder in PowerShell, then run "Invoke-Pester" to have Pester execute the script. A temp folder and some files will be created (.\Tests\TestFiles) but they will be cleaned up afterwards. Hope it's useful!

Cheers,
J.

@thoemmi
Copy link
Owner

thoemmi commented Jun 23, 2016

Thanks for this helpful contribution!

However, as long as the tests are red (because of #21) I won't merge it at the moment.

@slestak
Copy link

slestak commented Aug 12, 2016

@JasonFossen could you publish your fork, or can I please get a patch file for these commits?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants