import pytest def test_output_contract_reviewable(): output = generate_output() assert output['reviewable'] is True assert 'required_field' in output