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

robot-name exercise could use a test to check if the names are shuffled #243

Open
glennj opened this issue May 16, 2022 · 1 comment
Open

Comments

@glennj
Copy link
Contributor

glennj commented May 16, 2022

i.e.

set r [Robot new]
set name1 [$r name]
$r reset
set name2 [$r name]
# check that name2 != name1 "+ 1"
@glennj
Copy link
Contributor Author

glennj commented May 25, 2022

Additionally, while we're here, make the last test optional: I'm getting timeouts from the test runner (although the test suite takes < 10s on my laptop)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant