Test dialogs in CI unittest

Issue #832 new
Benjamin Jakimow created an issue

By now several unit tests are not called in CI environment (CI=True) as they would block the GUI tread.

For these tests it would be an enhancement if such dialogs can be tested too, e.g. by connecting the accept/cancel buttons with a timed signal:

see:

https://stackoverflow.com/questions/9518484/test-modal-dialog-with-qt-test

https://github.com/pytest-dev/pytest-qt/issues/256

Comments (3)

  1. Andreas Janz

    By now several unit tests are not called in CI environment (CI=True) as they would block the GUI tread.

    Is this CI specific? Wouldn’t they also block when executed locally?

  2. Log in to comment