-
Notifications
You must be signed in to change notification settings - Fork 9
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
Reenable notebook tests #178
Conversation
5e5a4c1
to
911ae64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied almost verbatim from AWB, probably doesn't need to be reviewed
if url_params is not None: | ||
for key, value in url_params.items(): | ||
url_with_token += f"&{key}={value}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is new
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @danielhollas!
I have only one question: why do you resize the window two times (see my comments below)? The rest seems to be alright.
33c8f1a
to
8be78ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go ahead 👍
I've taken the fixtures from AWB and modified the tests accordingly. The tests could certainly be improved, but this at least gets them running again.
Fixes #161. Staged on top of #176 (first commit)