FOIA_Doc_Search / tests /test_schema.py
GodsDevProject's picture
Rename test_schema.py to tests/test_schema.py
b92d8bf 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"
}
])