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
Ensuring postconditions in terms of assertion programming is nice and what I'm interested in.
However, it's not a target of power-assert project. It causes scope creep.
When an idea has come I'll create another tool to enforce postconditions then use it in combination with power-assert. I'm very very interested in creating it.
It seems sensible to me to add it to powerassert, as it will share most of its code with powerassert.
Since powerassert is already transpiled, how hard would it be to add an assertion check before every return within covered functions?
Thanks!
Would it be possible to powerAssert the return value?
something like
The text was updated successfully, but these errors were encountered: