The Contracts SDK also supports testing Contract helper functions directly with the run_contract_function method. Note that the mocked vault object will not be available to the Contract helper functions unless the function itself takes it as an argument. In which case it should be passed as one of the args or kwargs to run_contract_function.