import pytest from diyalgo import Config @pytest.fixture() def config_fixture() -> Config: return Config( DB=None # use in_RAM database )