6 lines
163 B
Python
6 lines
163 B
Python
import pytest
|
|
|
|
def test_output_contract_reviewable():
|
|
output = generate_output()
|
|
assert output['reviewable'] is True
|
|
assert 'required_field' in output
|