Open levincent06 opened 3 years ago
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.
studentapi.pyx
Robot.set_value()
Robot.get_value()
Make sure to write tests to test this!
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!