Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slack profile github validation 개선 #26

Merged
merged 1 commit into from
Jul 5, 2024

fix: slack profile github validation 개선

5a23540
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Slack profile github validation 개선 #26

fix: slack profile github validation 개선
5a23540
Select commit
Loading
Failed to load commit list.
GitHub Actions / backend tests succeeded Jul 5, 2024 in 1s

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