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
Right now sundew expects you to be able to assert that a function returns a specific value. Sometimes this isn't feasible, such as when testing a function that returns a generated id. Normally we'd test properties of the return like "A value was returned, that value is a string, it shoul be shaped like: XXX-XXXX-XXXXXXXXX, etc". Sundew should be extended to support more expressive return assertions if we want it to be useful across all testing circumstances
The text was updated successfully, but these errors were encountered:
Right now sundew expects you to be able to assert that a function returns a specific value. Sometimes this isn't feasible, such as when testing a function that returns a generated id. Normally we'd test properties of the return like "A value was returned, that value is a string, it shoul be shaped like: XXX-XXXX-XXXXXXXXX, etc". Sundew should be extended to support more expressive return assertions if we want it to be useful across all testing circumstances
The text was updated successfully, but these errors were encountered: