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
You cannot do this with easycheck, as check_if() accepts only a Boolean value and will not transform any object to a bool, like above. This should be changed.
In Python, you can do this:
You cannot do this with
easycheck, ascheck_if()accepts only a Boolean value and will not transform any object to a bool, like above. This should be changed.