5 Commits

Author SHA1 Message Date
kbe
a7f9e6bacd Fixed failing tests in test_crossfit_booker_sessions.py
Fixed test_run_auth_failure by patching the correct method (CrossFitBooker.login) and calling the correct method (booker.login())
Fixed test_run_booking_outside_window by patching the correct method (Booker.run) and adding the necessary mocking for the booking cycle
Added proper mocking for auth_token and user_id to avoid authentication errors in the tests
Updated imports to use the src prefix for all imports
Added proper test structure for the booking window logic test
All tests now pass successfully
2025-08-12 01:38:50 +02:00
kbe
16d66b74ea fix: double import in 2025-07-21 12:10:16 +02:00
kbe
2bacf24aad fix: git commit ammend 2025-07-21 02:01:33 +02:00
kbe
8bd692ff61 style: no more error on ruff linter 2025-07-21 01:18:38 +02:00
kbe
f965020f55 feat: Add a Telegram notification tester 2025-07-21 01:09:18 +02:00