pester / Pester

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

Remove or update included about_ help files #2491

Closed fflaten closed 2 weeks ago

fflaten commented 1 month ago

Checklist

Where did you see it?

Pester (latest)

Function name

about_*

What is the issue?

Pester includes offline help in about_* format which has not been updated for Pester v5. Before releasing v6 there's a choice to be made:

Related files found here https://github.com/pester/Pester/tree/main/src/en-US: about_BeforeEach_AfterEach about_Mocking about_Pester about_Should about_TestDrive

nohwnd commented 1 month ago

delete? no-one is using those apparently. Or I don't recall a single issue that says the files are updated.

fflaten commented 1 month ago

I agree. Keep a simple intro and links in about_Pester?

See related comment https://github.com/pester/docs/issues/280#issuecomment-2156743657