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