Skip to content

Bump python from 3.12-slim to 3.13-slim in /backend #247

Bump python from 3.12-slim to 3.13-slim in /backend

Bump python from 3.12-slim to 3.13-slim in /backend #247

GitHub Actions / PyTest Report - integration succeeded Nov 1, 2024 in 0s

20 passed, 0 failed and 0 skipped

Tests passed successfully

✅ /home/runner/work/TestWorks/TestWorks/backend/test-results-integration.xml

20 tests were completed in 4s with 20 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 20✅ 4s

✅ pytest

tests.integration.login.test_login.TestLogin
  ✅ test_login_successful
  ✅ test_login_invalid_password
  ✅ test_login_invalid_email
  ✅ test_check_expiration
tests.integration.redis.test_redis.TestRedisOperations
  ✅ test_redis_stores_session_on_login
  ✅ test_update_redis_user_session
  ✅ test_check_user_token_expiration
tests.integration.reports.test_create_report
  ✅ test_create_report
tests.integration.reports.test_get_report
  ✅ test_get_report
  ✅ test_get_invalid_report
tests.integration.users.test_create_user
  ✅ test_create_user
  ✅ test_remove_user_from_database
  ✅ test_remove_user_from_database_exception
tests.integration.websockets.test_websockets
  ✅ test_websocket_endpoint_accepts_valid_token
  ✅ test_websocket_endpoint_rejects_invalid_token
  ✅ test_websocket_endpoint_closes_on_missing_token
  ✅ test_websocket_endpoint_closes_on_jwt_error
  ✅ test_websocket_endpoint_closes_on_jwt_error_missing_algorithm
  ✅ test_websocket_endpoint_closes_on_redis_key_absence
  ✅ test_websocket_endpoint_handles_websocket_disconnect_exception