dangerzone/tests/isolation_provider
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 container: Improve parsing of progress reports 2023-08-01 14:43:49 +03:00
base.py tests: Restore previously mocked function 2024-10-30 16:45:45 +01:00
test_container.py Extend the interface of the isolation provider 2024-12-10 11:29:00 +02:00
test_dummy.py Make Dummy isolation provider more realistic 2024-10-17 15:50:12 +03:00
test_qubes.py tests: Remove provider_wait fixtures 2024-10-17 15:50:12 +03:00