Skip to content

tests: Use context manager for creating databases

Switch to using a context manager for creating (and removing) temporary databases in integration tests. This removes the need to explicitly mention a directory created/removed in test setup/teardown and saves us 70 lines of code.

Merge request reports