mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
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. |
||
---|---|---|
.. | ||
__init__.py | ||
conftest.py | ||
test_main_window.py | ||
test_updater.py |