vdirsyncer/tests/unit/sync
Hugo Osvaldo Barrera 78f41d32ce Explicitly close status database
Using `__del__` often closes the database on a different thread, which
is not supported by the sqlite module and produces a different warning.

Explicitly close the status database everywhere it is used.
2025-08-25 17:33:20 +02:00
..
test_status.py Explicitly close status database 2025-08-25 17:33:20 +02:00
test_sync.py Explicitly close status database 2025-08-25 17:33:20 +02:00