refactor: introduce automated change-tracking across deployers

This commit is contained in:
holger krekel
2026-04-30 17:43:19 +02:00
parent fb64be97b5
commit a1f64ebd96
15 changed files with 446 additions and 655 deletions

View File

@@ -48,6 +48,8 @@ def test_migration(tmp_path, example_config, caplog):
assert passdb_path.stat().st_size > 10000
example_config.passdb_path = passdb_path
# ensure logging.info records are captured regardless of global configuration
caplog.set_level("INFO")
assert not caplog.records