Skip to content

Conversation

@NohSungwoo
Copy link
Collaborator

@NohSungwoo NohSungwoo commented Aug 2, 2024

todos
TodoCreateViewTests

  • test_create_todo_success
  • test_create_todo_invalid_date

TodoUpdateViewTests

  • test_update_todo_success

TodoDeleteViewTests

  • test_delete_todo_success
  • test_delete_todo_not_found
  • test_delete_todo_unauthenticated

TodoMarkDoneViewTests

  • test_mark_todo_done_success
  • test_mark_todo_done_unauthenticated
  • test_mark_todo_done_not_found

TodoMarkUndoneViewTests

  • test_mark_todo_undone_success
  • test_mark_todo_undone_not_found
  • test_mark_todo_undone_unauthenticated

TodayTodoListViewTests

  • test_get_today_todos_success
  • test_get_today_todos_unauthenticated

DailyTodoListViewTests

  • test_get_todos_valid_date
  • test_get_todos_invalid_date
  • test_get_todos_unauthenticated

MonthlyCompletedTodosViewTests

  • test_get_monthly_completed_todos
  • test_get_monthly_completed_todos_unauthenticated

baekjoons
ProfileViewTests

  • test_get_profile_success
  • test_get_profile_no_baekjoon_id
  • test_get_profile_user_not_found

users
UserDetailTests

  • test_get_user_profile

UpdateBaekjoonIDViewTests

  • test_update_baekjoon_id_success
  • test_update_baekjoon_id_missing

UserNicknameUpdateViewTests

  • test_update_nickname_success
  • test_update_nickname_missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants