3 Commits

Author SHA1 Message Date
Daniel Scott-Raynsford
4cb8493a3e CHANGE: Correct file naming pattern in guidelines
- Updated the file naming pattern from '**/*.tests.ps1' to '**/*.Tests.ps1' for consistency with PowerShell Pester v5 conventions.
2025-07-24 17:49:19 -07:00
Daniel Scott-Raynsford
9e64eb226d CHANGE: Remove unnecessary code block from guidelines
- Removed the empty PowerShell code block from the PowerShell Pester v5 testing guidelines.
2025-07-24 17:49:19 -07:00
Daniel Scott-Raynsford
589f793553 CHANGE: Add PowerShell Pester v5 Testing Guidelines
- Introduced a new guide for PowerShell Pester testing best practices.
- Covers file naming, test structure, core keywords, setup/teardown, assertions, mocking, and best practices.
- Provides examples and configuration details for effective test execution.
2025-07-24 17:49:19 -07:00