Skip to content

Bump faker from 28.4.1 to 33.1.0 in /backend #265

Bump faker from 28.4.1 to 33.1.0 in /backend

Bump faker from 28.4.1 to 33.1.0 in /backend #265

GitHub Actions / PyTest Report - unit succeeded Dec 1, 2024 in 0s

23 passed, 0 failed and 0 skipped

Tests passed successfully

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

23 tests were completed in 3s with 23 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 23✅ 3s

✅ pytest

tests.unit.test_crud.TestCrud
  ✅ test_create_access_token
  ✅ test_generate_user_info
  ✅ test_create_user
  ✅ test_get_token_expiration
  ✅ test_is_token_expired
  ✅ test_process_expired_token
  ✅ test_remove_invalid_user
  ✅ test_check_user_token_expiration
  ✅ test_remove_user_from_database
  ✅ test_get_user_by_username
  ✅ test_update_redis_user_session
  ✅ test_remove_redis_user
tests.unit.test_db
  ✅ test_get_db
tests.unit.test_model.TestModel
  ✅ test_user_creation
  ✅ test_username_uniqueness
  ✅ test_user_report_relationship
tests.unit.test_schema.TestSchema
  ✅ test_user_create_valid
  ✅ test_user_create_invalid
  ✅ test_report_create_valid
  ✅ test_report_create_invalid
  ✅ test_report_valid
  ✅ test_report_invalid
  ✅ test_report_schema_valid