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
As titled. For example, to check whether a value annotation is satisfied by some object:
v=pybryt.Value(obj)
v.check_against(other_obj)
Allows instructors to test the robustness of their annotations and engage in unit testing assignments. Also useful for demonstration purposes.
Any method implementing this feature should just wrap the object in the tuple abstraction for a memory footprint observed value and use existing methods to validate the pseudo-footprint.
The text was updated successfully, but these errors were encountered:
As titled. For example, to check whether a value annotation is satisfied by some object:
Allows instructors to test the robustness of their annotations and engage in unit testing assignments. Also useful for demonstration purposes.
Any method implementing this feature should just wrap the object in the tuple abstraction for a memory footprint observed value and use existing methods to validate the pseudo-footprint.
The text was updated successfully, but these errors were encountered: