Skip to content
forked from pester/Pester

Pester is the ubiquitous test and mock framework for PowerShell.

License

Notifications You must be signed in to change notification settings

jakauppila/Pester

Repository files navigation

Pester

Objective

I wanted to make a convention based Powershell Unit testing framework that didn't require the following:

  • Installer of any sort
  • Changing a users Profile script

The things I wanted it to do is:

  • Find all tests by some sort of convention
  • Emulate RSpec assertions and fixture setup
  • Create NUnit XML reports

Some further reading:

Added NUnit xml creation:

  • Invoke-Pester -OutputXML results.xml to write a nunit 2.5 results xml.

About

Pester is the ubiquitous test and mock framework for PowerShell.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 99.8%
  • Batchfile 0.2%