You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should investigate if we can remove the shell script wrapper that runs each functional test one at a time. This was introduced due to issues with state being shared between tests, which we should investigate and resolve anyway.
The text was updated successfully, but these errors were encountered:
The pytest-qt docs recommend registering widgets on qtbot (via qtbot.addWidget) such that they are properly closed after test completion, I tried this by registering the main window prior to each test run and it didn't resolve for me though.
We should investigate if we can remove the shell script wrapper that runs each functional test one at a time. This was introduced due to issues with state being shared between tests, which we should investigate and resolve anyway.
The text was updated successfully, but these errors were encountered: