mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-09-01 22:23:20 +02:00
tmp_path is a built-in pytest fixture providing a unique per-test tempdir. Hardcoded /tmp paths break when multiple builders run tests concurrently (e.g. Nix parallel builds): leftover or colliding files cause spurious failures. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_arguments.py | ||
| test_constants.py | ||
| test_generate.py | ||
| test_load.py | ||
| test_override.py | ||
| test_schema.py | ||
| test_validate.py | ||