From 371a6799df097ce44e952dc5ea0ea449a658d66c Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 02:41:16 +0000 Subject: [PATCH] Add test files (indexers, search, CLI, integration) --- tests/test_integration.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_integration.py b/tests/test_integration.py index b8e4495..52fbe1e 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -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