vdirsyncer/tests/unit
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
..
cli Ensure type annotations are backwards compatible 2023-10-29 16:04:23 +01:00
sync Explicitly close status database 2025-08-25 17:33:20 +02:00
utils Update linting tools 2025-04-07 18:42:07 +02:00
test_exceptions.py Ensure type annotations are backwards compatible 2023-10-29 16:04:23 +01:00
test_metasync.py Remove references to obsolete event_loop fixture 2025-08-25 17:12:21 +02:00
test_repair.py Update deprecated usages of hypothesis 2024-12-09 01:30:44 +01:00