debian-forge/osbuild/testutil
Michael Vogt 1b3e956334 testutil: switch mock_command to use bash
This change allows use the more advanced features of bash like
array operations (e.g. `${@:2}` to drop the first two arguments
or similar. On fedora/rhel this is a no-op as it is already using
sh -> bash (afaik).
2024-10-24 10:06:46 +02:00
..
__init__.py testutil: switch mock_command to use bash 2024-10-24 10:06:46 +02:00
atomic.py testutil: add AtomicCounter() as a threadsafe counter 2024-04-09 03:02:45 +02:00
dnf4.py testutil: add helper function for depsolving pkgset with DNF4 2024-09-18 12:26:36 +02:00
imports.py Testutil/importlib: don't write bytecode when importing modules 2024-04-22 16:33:59 +02:00
net.py test: add new https_serve_directory() and test certs 2024-07-29 16:51:48 +02:00