tempoxylophone

Results 1 comments of tempoxylophone

I have encountered this same issue when attempting to override the database settings the root `conftest.py`. This is my workaround: ```python @pytest.fixture(scope="session", autouse=True) def configure_test_db( database_info: Dict[str, str], ) ->...