mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-02-05 14:01:58 +00:00
change to TUI
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import pytest
|
||||
from unittest.mock import AsyncMock, patch, MagicMock
|
||||
from app.services.ai_service import AIService, AIServiceError
|
||||
from app.models.workout import Workout
|
||||
from backend.app.services.ai_service import AIService, AIServiceError
|
||||
from backend.app.models.workout import Workout
|
||||
import json
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
||||
Reference in New Issue
Block a user