dangerzone/tests/gui
Alexis Métaireau 81ad3a65c2
tests: use qt_updater fixture rather than updater
I'm actually ensure how the previous version was working, but since we
are now loading the pytest fixtures automatically, it uncovered a misuse
in the tests.

The `updater` fixture sets `updater.dangerzone.app` to a magic mock
instance, whereas `qt_updater` returns the real QT app, which is what we
want in our tests.
2024-06-05 17:13:31 +02:00
..
__init__.py chore: remove fixture imports in the tests 2024-06-05 15:56:09 +02:00
conftest.py chore: remove fixture imports in the tests 2024-06-05 15:56:09 +02:00
test_main_window.py tests: use qt_updater fixture rather than updater 2024-06-05 17:13:31 +02:00
test_updater.py chore: remove fixture imports in the tests 2024-06-05 15:56:09 +02:00