Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EXECUTOR] Make Robot.set_value() and Robot.get_value() check readable/writeable parameters #235

Open
levincent06 opened this issue Sep 22, 2021 · 0 comments
Assignees
Labels
bug Something isn't working good-first-issue Good issues for incoming members

Comments

@levincent06
Copy link
Member

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!

@levincent06 levincent06 added the bug Something isn't working label Sep 22, 2021
@benliao1 benliao1 added the good-first-issue Good issues for incoming members label Sep 22, 2021
@BobbyChan76 BobbyChan76 self-assigned this Jan 27, 2022
@srajadnya1 srajadnya1 self-assigned this Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good-first-issue Good issues for incoming members
Projects
None yet
Development

No branches or pull requests

4 participants