description: Pester is a PowerShell based test framework which makes it very simple to write integration tests. This article gives and overview and some usefull ...
Pester infrastructure tests can run as standalone tests or be integrated into a broader automation workflow. But first, what's an "infrastructure test" anyway? Pester was built for unit testing. Unit ...
This page describes Pester's support for various types of PowerShell modules, and workarounds for limitations in the Mock and InModuleScope features for some module types. The ModuleType property will ...