mirror of
https://github.com/thelounge/thelounge.git
synced 2026-06-11 15:14:25 -04:00
This sets up the testing infrastructure to test migrations we are doing. It's done on a in memory database directly, we are only interested in the statements themselves and it's easier than to try and inject a prepared db into the store. We do add some dummy data though to make sure we actually execute the things as we expect.