vdirsyncer/tests
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
..
storage Rewrite guess auth test for unsupported status 2024-09-11 12:04:05 +02:00
system Update linting tools 2025-04-07 18:42:07 +02:00
unit Explicitly close status database 2025-08-25 17:33:20 +02:00
__init__.py Update deprecated usages of hypothesis 2024-12-09 01:30:44 +01:00
conftest.py Remove references to obsolete event_loop fixture 2025-08-25 17:12:21 +02:00