pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://pester.dev/
Other
3.1k stars 469 forks source link

Remove old and redundant functions #2520

Closed fflaten closed 3 months ago

fflaten commented 3 months ago

PR Summary

This is just a suggestion to clean up the codebase. Feel free to reject & close. This code hasn't been used in v5 lifetime AFAIK and is considered noise.

PR also moves a few helper functions to Pester.Utility as they're shared between files.

This might impact code necessary for #1952, so mentioning it for future reference.

PR Checklist