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

Reenable notebook tests #178

Merged
merged 20 commits into from
Oct 22, 2024
Merged

Conversation

danielhollas
Copy link
Contributor

@danielhollas danielhollas commented Oct 14, 2024

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)

@danielhollas danielhollas force-pushed the reenable-tests branch 5 times, most recently from 5e5a4c1 to 911ae64 Compare October 14, 2024 20:57
Copy link
Contributor Author

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

Comment on lines +81 to +83
if url_params is not None:
for key, value in url_params.items():
url_with_token += f"&{key}={value}"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is new

Copy link
Member

@yakutovicha yakutovicha left a 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.

tests_notebooks/test_manage_app.py Outdated Show resolved Hide resolved
.github/workflows/ci.yml Show resolved Hide resolved
Copy link
Member

@yakutovicha yakutovicha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go ahead 👍

@danielhollas danielhollas merged commit d91ac60 into aiidalab:main Oct 22, 2024
3 checks passed
@danielhollas danielhollas deleted the reenable-tests branch October 22, 2024 13:09
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

Successfully merging this pull request may close these issues.

re-enable tests in CI
2 participants