전환 패리티 테스트와 증적 기준 정의 (BAIS-SPRING-QA-001)
This commit is contained in:
parent
0eda7d2308
commit
182cad2946
1 changed files with 6 additions and 0 deletions
6
tests/conversion_tests/test_output_contract.py
Normal file
6
tests/conversion_tests/test_output_contract.py
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue