Skip to content

배치 잡 스케줄러 (feat: 슬랙 멤버 동기화) #47

배치 잡 스케줄러 (feat: 슬랙 멤버 동기화)

배치 잡 스케줄러 (feat: 슬랙 멤버 동기화) #47

GitHub Actions / backend tests succeeded Jul 5, 2024 in 0s

20 passed, 0 failed and 0 skipped

Tests passed successfully

✅ ./waffledotcom/test.xml

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

Test suite Passed Failed Skipped Time
pytest 20✅ 2s

✅ pytest

waffledotcom.src.tests.models.test_position
  ✅ test_create_position
  ✅ test_add_position_with_same_name
  ✅ test_on_delete_position
  ✅ test_assign_user_to_position
  ✅ test_on_delete_user_with_position
waffledotcom.src.tests.models.test_sns
  ✅ test_create_sns_account
  ✅ test_on_delete_sns_account
  ✅ test_on_delete_user_with_sns_account
  ✅ test_assign_sns_account_to_user
waffledotcom.src.tests.models.test_team
  ✅ test_create_team
  ✅ test_on_delete_team
  ✅ test_on_delete_user_with_team
  ✅ test_assign_user_to_team
waffledotcom.src.tests.models.test_user
  ✅ test_create_user
  ✅ test_create_user_with_same_username
  ✅ test_db_session_add_same_object_twice
waffledotcom.src.tests.unittests.user.test_user_service
  ✅ test_create_user
  ✅ test_create_user_duplicate_username
  ✅ test_create_user_duplicate_sso_id
  ✅ test_list_user_detail