more tests?

This commit is contained in:
kbe
2025-07-25 15:47:35 +02:00
parent f975cb529f
commit 2b99bc37de
9 changed files with 108 additions and 329 deletions

View File

@@ -6,10 +6,9 @@ Unit tests for CrossFitBooker session-related methods
import pytest
import os
import sys
from unittest.mock import patch, Mock, AsyncMock
from datetime import datetime, date, timedelta
from unittest.mock import patch, Mock
from datetime import datetime, date
import pytz
import asyncio
# Add the parent directory to the path
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))