dangerzone/tests/gui
Alex Pyrgiotis 309bd12423
Move container-specific method from base class
Move the `is_runtime_available()` method from the base
`IsolationProvider` class, and into the `Dummy` provider class. This
method was originally defined in the base class, in order to be mocked
in our tests for the `Dummy` provider. There's no reason for the `Qubes`
class to have it though, so we can just move it to the `Dummy` provider.
2024-12-09 19:19:21 +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_logic.py Do not throw on malformed Desktop Entries on Linux. 2024-09-10 15:25:45 +02:00
test_main_window.py Move container-specific method from base class 2024-12-09 19:19:21 +02:00
test_updater.py chore: remove fixture imports in the tests 2024-06-05 15:56:09 +02:00