dangerzone/tests/gui
Alex Pyrgiotis 25fba42022
Extend the interface of the isolation provider
Add the following two methods in the isolation provider:
1. `.is_available()`: Mainly used for the Container isolation provider,
   it specifies whether the container runtime is up and running. May be
   used in the future by other similar providers.
2. `.should_wait_install()`: Whether the isolation provider takes a
   while to be installed. Should be `True` only for the Container
   isolation provider, for the time being.
2024-12-10 11:29:00 +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 Extend the interface of the isolation provider 2024-12-10 11:29:00 +02:00
test_updater.py chore: remove fixture imports in the tests 2024-06-05 15:56:09 +02:00