"""Configuration for handler unit tests.""" import pytest @pytest.fixture def fresh_db(fresh_db, mock_statement_periods): """Automatically clear the db between tests in this folder.""" pass