Skip to content

Fix sporadic database errors in unit tests

This MR is dropping the need to delete the database between each tests to avoid interacting with it outside of the SQLite API, and sticks to using absolute path when referring to the database.

Fixes #262 (closed)

Merge request reports