kiwi-el8/test/unit/boot/image
Marcus Schäfer fc2446dfea
Moving temp data handling to its own namespace
Moving use of mkdtemp, NamedTemporaryFile and TemporaryDirectory
into its own class called Temporary: By default all temporary
data is created below /var/tmp but can be changed via the
global commandline option --temp-dir. This Fixes #1870
2021-07-22 13:31:44 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Added support for skipping initrd creation 2021-05-27 16:07:55 +02:00
builtin_kiwi_test.py Moving temp data handling to its own namespace 2021-07-22 13:31:44 +02:00
dracut_test.py Mount dev and proc filesystems prior dracut 2021-06-29 12:54:58 +02:00
init_test.py Use pragma: no cover to skip non reachable code 2020-09-29 09:58:22 +02:00