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
This doesn't seem right. Per the semantics of fails it expects either user error (EvaluationError) or engine error/bug (EvaluationException). Even EvaluationError is not precise:
dataEvaluationErroruserinternal=InternalEvaluationErrorinternal--^ Indicates bugs.
| UserEvaluationErroruser--^ Indicates user errors.
What we want is to test that the result is exactly a perror (and not general evaluation error/exception).
This doesn't seem right. Per the semantics of
fails
it expects either user error (EvaluationError
) or engine error/bug (EvaluationException
). EvenEvaluationError
is not precise:What we want is to test that the result is exactly a
perror
(and not general evaluation error/exception).Originally posted by @srid in #84 (comment)
The text was updated successfully, but these errors were encountered: