FOIA_Doc_Search / tests /test_governance.py
GodsDevProject's picture
Create tests/test_governance.py
db0f2aa verified
def test_faiss_disabled():
try:
from app import Phase4FAISSStub
Phase4FAISSStub()
assert False
except RuntimeError:
assert True