Add test files (indexers, search, CLI, integration)
Some checks failed
CI / test (3.11) (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-03 02:41:16 +00:00
parent e90a87e0fc
commit 371a6799df

View File

@@ -1,11 +1,9 @@
"""Integration tests for the complete workflow."""
import pytest
from pathlib import Path
from unittest.mock import Mock, patch
from src.cli.commands import cli
from src.search.searcher import Searcher
from src.models.document import Document, SourceType, SearchResult