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