vote up 3 vote down star
1

I am lookin for a unit testing framework of type xUnit that lets me test PowerShell functions with PowerShell scripts.

flag

There is a similar question: stackoverflow.com/questions/940497/… – stej Jun 17 at 10:03

3 Answers

vote up 0 vote down check

I also found PSUnit on Codeplex. PSUnit PowerShell Unit Testing Framework

There are some cool screen shots and a release is expected in August this year.

link|flag
vote up 2 vote down

Well, just for completeness: There is actually PSUnit. Doesn't seem to be very mature, though as I see only two spikes of activity since its beginning as well as no documentation to speak of.

But as I learnt from cuTest, unit testing is something that fits into a very small space (at least for C in that case), so having something that works might not require too much effort.

link|flag
It seems PsUnit started moving codeplex.com/PSUnit – stej Jul 28 at 4:31
vote up 3 vote down

While not an actual framework a la xUnit, Lee Holmes did write an article about how to unit test PowerShell using PowerShell scripts.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.