debian-forge/test/run
Michael Vogt 1374faa488 tests: remove custom tmpdir() fixtures and use tmp_path
This commit removes some unnecessary custom tmpdir() fixtures
and uses the pytest buildin tmp_path instead.

Some custom tmpdir fixtures are left in place as they configure
the tmp location to be under `/var/tmp` which is not trivial to
do with pytests `tmp_path`. Not sure or not if the is a deep
reason there for using /var/tmp. I assume it's to ensure that
the tests run on a real FS not on a potential tmpfs but I don't
have the full background so didn't want to change anything.
2023-11-23 13:09:25 +01:00
..
__init__.py test: '{. -> ./run}/test_sources.py' 2020-04-24 15:50:44 +02:00
test_assemblers.py tests: update test_assemblers.py for f38 changes 2023-11-14 10:45:44 -08:00
test_boot.py test/run/boot: migrate to a v2 manifest 2023-11-14 10:45:44 -08:00
test_devices.py tests: remove custom tmpdir() fixtures and use tmp_path 2023-11-23 13:09:25 +01:00
test_executable.py test: fix executable test 2022-02-15 13:25:23 +00:00
test_mount.py tests: remove custom tmpdir() fixtures and use tmp_path 2023-11-23 13:09:25 +01:00
test_noop.py tests: remove custom tmpdir() fixtures and use tmp_path 2023-11-23 13:09:25 +01:00
test_sources.py tests: remove custom tmpdir() fixtures and use tmp_path 2023-11-23 13:09:25 +01:00
test_stages.py test/run/stages: convert test_selinux to a v2 manifest 2023-11-14 10:45:44 -08:00