1 repository
Unit testing frameworks specifically designed for the PowerShell runtime and module ecosystem.
Distinct from Unit Testing: Specializes unit testing for PowerShell scripts and modules rather than general application code.
Explore 1 awesome GitHub repository matching testing & quality assurance · PowerShell. Refine with filters or upvote what's useful.
Pester is a PowerShell testing framework and behavior-driven development tool used to write and run automated tests for scripts and modules. It defines and verifies software behavior through human-readable specifications to validate that code behaves as expected. The project includes a native mocking library that replaces real functions and commands with controlled implementations, allowing for the isolation of code and verification of command invocations without altering the system environment. It also functions as a code coverage tool that measures the percentage of executed lines during te
Provides a dedicated framework for writing and running automated unit tests for PowerShell scripts and modules.