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
Support other assertion styles?
e.g. expect and should
And the answer is, sorry, No.
The core value of power-assert is absolute simplicity and stability.
Especially, power-assert sticks to the simplest form of testing, assert(any_expression).
e.g.
expect
andshould
The text was updated successfully, but these errors were encountered: