-
Notifications
You must be signed in to change notification settings - Fork 17
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
Do away with the need to use indexing on user response functions #177
Comments
It's kind of horrendous that this has remained unfixed for so long. And that it was ever like this in the first place |
Could you create an issue for that? |
Raised in #213 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This may be more involved than it sounds.
Refer to ui_gui_qt.py
The requirement for the item to be put in the queue as a Tuple with
Exception
orResult
as the first element is the thing that drives the necessity to do things in test scripts like thisrelay_open = user_yes_no("Confirm the relay is open. (DMM not buzzing)")[1]
The same is done in the cmd_line.py, where
_user_choices
has the same docsctring. Understanding why this was thought (or is) necessary and/or whether it actually requires this format would be good. I'd like to dig in because I'm interested but can't right now.The text was updated successfully, but these errors were encountered: