전환 패리티 테스트와 증적 기준 정의 #6

Open
forge-bot wants to merge 5 commits from forge/BAIS-SPRING-QA-001-attempt-1 into main
Showing only changes of commit 182cad2946 - Show all commits

View file

@ -0,0 +1,6 @@
import pytest
def test_output_contract_reviewable():
output = generate_output()
assert output['reviewable'] is True
assert 'required_field' in output