dangerzone/tests/isolation_provider
deeplow 1835756b45
Allow each conversion to have its own proc
If we increased the number of parallel conversions, we'd run into an
issue where the streams were getting mixed together. This was because
the Converter.proc was a single attribute. This breaks it down into a
local variable such that this mixup doesn't happen.
2024-02-06 19:42:41 +00:00
..
__init__.py container: Improve parsing of progress reports 2023-08-01 14:43:49 +03:00
base.py Allow each conversion to have its own proc 2024-02-06 19:42:41 +00:00
test_container.py Move Qubes-specific tests also to containers 2024-02-06 19:42:41 +00:00
test_qubes.py Allow each conversion to have its own proc 2024-02-06 19:42:41 +00:00