mirror of
https://github.com/sstent/FitTrack_GarminSync.git
synced 2026-01-26 00:51:44 +00:00
feat: Implement Garmin sync, login improvements, and utility scripts
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import pytest
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import pytest
|
||||
from fastapi import HTTPException
|
||||
|
||||
from src.services.rate_limiter import RateLimiter
|
||||
import asyncio
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_rate_limiter_allows_requests_within_limit():
|
||||
|
||||
Reference in New Issue
Block a user