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

We do not wait until test server has loaded #1172

Open
anders-kiaer opened this issue Nov 22, 2022 · 0 comments
Open

We do not wait until test server has loaded #1172

anders-kiaer opened this issue Nov 22, 2022 · 0 comments
Labels

Comments

@anders-kiaer
Copy link
Collaborator

We currently use this test pattern

app.layout = plugin.layout
dash_duo.start_server(app)
assert dash_duo.get_logs() == []

This does not ensure that we wait until the server/plugin has loaded, so there might be console logs we don't see because we assert too early.

@anders-kiaer anders-kiaer moved this to Backlog 📝 in Webviz Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog 📝
Development

No branches or pull requests

1 participant