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,12 +6,10 @@ Unit tests for CrossFitBooker initialization
import pytest
import os
import sys
from unittest.mock import patch
# Add the parent directory to the path
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from crossfit_booker import CrossFitBooker