from fansifter_common.testing.db import SessionMixin from app.adapters.db import Database class TestDatabase(SessionMixin, Database): alias = "test"