pester / Pester

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

Add count #2458

Open nohwnd opened 3 months ago

nohwnd commented 3 months ago

Both approaches look pretty ugly, ideas?

image

image

Fix #2434

fflaten commented 3 months ago

I personally prefer tests before time. Any of these less ugly? image image

nohwnd commented 3 months ago

Good idea with (). How about tests.ps1 55 tests (22ms)?

fflaten commented 3 months ago

I'd prefer parentheses on the first element as it helps separate filename from details at a glance, especially without colored output (plaintext/colorblind/etc)

Don't have a strong opinion on whether it should contain testcount or duration. I guessed you felt tests made it messy which is why I opted for count above 🙂