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
In studentapi.pyx, Robot.set_value() should fail if the specified parameter cannot be written to (readonly). Likewise, Robot.get_value() should fail if the specified parameter cannot be read.
Make sure to write tests to test this!
The text was updated successfully, but these errors were encountered:
In
studentapi.pyx
,Robot.set_value()
should fail if the specified parameter cannot be written to (readonly). Likewise,Robot.get_value()
should fail if the specified parameter cannot be read.Make sure to write tests to test this!
The text was updated successfully, but these errors were encountered: