# 执行测试用例 uv run python -m pytest tests/ -v --tb=short uv run python -m pytest tests/ -v # 运行单个测试文件 uv run python -m pytest tests/test_document_processor.py -v --tb=short