"""Configuration for schema tests.""" import pytest @pytest.fixture(autouse=True) def fresh_db(fresh_db): """Automatically clear the db between tests in this folder.""" pass