change to TUI

This commit is contained in:
2025-09-12 09:08:10 -07:00
parent f2a305626f
commit e20e4ab9d9
262 changed files with 3438 additions and 16479 deletions

View File

@@ -1,8 +1,8 @@
import pytest
from unittest.mock import AsyncMock, MagicMock, patch
from app.services.workout_sync import WorkoutSyncService
from app.models.workout import Workout
from app.models.garmin_sync_log import GarminSyncLog
from backend.app.services.workout_sync import WorkoutSyncService
from backend.app.models.workout import Workout
from backend.app.models.garmin_sync_log import GarminSyncLog
from datetime import datetime, timedelta
import asyncio