You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to open an issue but #33 is locked, I can't comment there.
I've been playing with PowerShell and it's test framework Pester:
The convention is to assert a single expectation for each It block.
Adding support for multiple assertions might not be worth the time and complexity it will add. Sure it can be annoying when you repeat context between tests but does it happens that often?
The text was updated successfully, but these errors were encountered:
Sorry to open an issue but #33 is locked, I can't comment there.
I've been playing with
PowerShell
and it's test frameworkPester
:Adding support for multiple assertions might not be worth the time and complexity it will add. Sure it can be annoying when you repeat context between tests but does it happens that often?
The text was updated successfully, but these errors were encountered: