2acd0f8
1
2
3
4
5
from core.search import search_docs def test_search_returns_list(): res = search_docs("test") assert isinstance(res, list)