Skip to content

Add pre-commit test to test.yaml #44

Add pre-commit test to test.yaml

Add pre-commit test to test.yaml #44

GitHub Actions / backend tests succeeded Nov 9, 2023 in 0s

backend tests ✅

Tests passed successfully

✅ ./waffledotcom/test.xml

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

Test suite Passed Failed Skipped Time
pytest 20✅ 1s

✅ 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