devblackops / Stucco

An opinionated Plaster template for high-quality PowerShell modules
MIT License
194 stars 28 forks source link

Update tests to support Pester 5 #19

Closed andrewwillett closed 3 years ago

andrewwillett commented 3 years ago

Modified the three test files to enable compatibility with Pester 5.

Description

Help.tests.ps1

Manifest.tests.ps1

Meta.tests.ps1

Related Issue

https://github.com/devblackops/Stucco/issues/18

Motivation and Context

Project did not build/pass test with Pester 5 due to breaking changes.

How Has This Been Tested?

Checklist:

devblackops commented 3 years ago

Thanks @andrewwillett!

This PR and #20 both update the Pester tests for v5. I'm going to merge this one first, then manually incorporate some of the differences from #20.