"""Configuration for scripts tests.""" import pytest @pytest.fixture() def doc_comment(): """ GET ledger adjustments for a specified account. Args: account_id (int): The id of an account contract_id(int): the id of a contract statement_period_id_start (int): the id of the start of a statement period statement_period_id_end (int): the id of the end of a statement period adjustment_type_id (int): the id of the adjustment_type Returns: list(int): list of ledger adjustments """ yield