borgmatic/tests/unit
2026-08-17 11:08:12 -07:00
..
actions For "check --repair", don't run "borg info" first, ignore any check frequency/days configuration, and skip recording check timestamps (#1340). 2026-08-15 15:58:58 -07:00
borg Add Borg 2's "--id-hash", "--key-location", and "--from-borg1" flags on the "repo-create" action. Add "id_hash" and "key_location" options. Add Borg's "--from-borg1" flag on the "transfer" action. Update transfer docs. 2026-08-14 12:18:36 -07:00
commands Fix for the "bootstrap" action ignoring the "--verbosity" flag when no configuration is present (#1336). 2026-08-01 17:04:31 -07:00
config For the "user_runtime_directory" option / "XDG_RUNTIME_DIR" environment variable, create a temporary directory within it. 2026-08-16 20:21:12 -07:00
hooks Since the runtime directory now always has a temporary directory in it, expect it when cleaning up database dumps. 2026-08-17 11:08:12 -07:00
__init__.py Move tests to the root of the repository, in keeping with more common convention. 2018-09-30 13:57:20 -07:00
test_execute.py Fix the "repo-create" action to more surgically suppress Borg "Repository does not exist" logs and avoid inadvertently suppressing other error logs (#1331). 2026-07-16 11:58:10 -07:00
test_logger.py Fix shadowing of built-in function (#1331). 2026-07-16 12:28:31 -07:00
test_signals.py When running tests, use Ruff for faster and more comprehensive code linting and formatting. 2025-07-17 23:24:58 -07:00
test_verbosity.py Add an additional test (#793). 2025-04-04 18:49:20 -07:00