diff --git a/apps/api/tests/test_model_regression.py b/apps/api/tests/test_model_regression.py index f96c07c8..d868f14f 100644 --- a/apps/api/tests/test_model_regression.py +++ b/apps/api/tests/test_model_regression.py @@ -109,8 +109,9 @@ async def check_ollama_available() -> bool: # 測試類別 # ============================================================================= +@pytest.mark.integration class TestModelRegression: - """模型回歸測試""" + """模型回歸測試 — 需要 Ollama 服務 (192.168.0.188:11434)""" @pytest.fixture(autouse=True) async def check_ollama(self): @@ -140,6 +141,7 @@ class TestModelRegression: # 準確度報告 # ============================================================================= +@pytest.mark.integration @pytest.mark.asyncio async def test_regression_report(): """生成回歸測試報告"""