This commit is contained in:
Nick Sweeting
2026-03-15 18:45:29 -07:00
parent f97725d16f
commit 934e02695b
111 changed files with 919 additions and 461 deletions

View File

@@ -5,10 +5,8 @@ Verify update drains old dirs, reconciles DB, and queues snapshots.
"""
import os
import subprocess
import sqlite3
from .fixtures import *
import subprocess
def test_update_runs_successfully_on_empty_archive(tmp_path, process):