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