GodsDevProject's picture
Create test_schema.py
cfc44c5 verified
raw
history blame contribute delete
230 Bytes
from schemas import validate_results
def test_schema():
validate_results([
{
"document": "Test",
"agency": "CIA",
"year": 1999,
"excerpt": "Sample text"
}
])