Add test files (indexers, search, CLI, integration)
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
"""Integration tests for the complete workflow."""
|
"""Integration tests for the complete workflow."""
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from pathlib import Path
|
|
||||||
from unittest.mock import Mock, patch
|
from unittest.mock import Mock, patch
|
||||||
|
|
||||||
from src.cli.commands import cli
|
from src.cli.commands import cli
|
||||||
from src.search.searcher import Searcher
|
|
||||||
from src.models.document import Document, SourceType, SearchResult
|
from src.models.document import Document, SourceType, SearchResult
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user