Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GodsDevProject
/
FOIA_Declassified_Document_Search
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FOIA_Declassified_Document_Search
/
tests
/
test_core.py
GodsDevProject
Create tests/test_core.py
83ca35e
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
131 Bytes
from
core.search
import
search_docs
def
test_search_returns_list
():
res = search_docs(
"test"
)
assert
isinstance
(res,
list
)