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

feat: security 접근 권한 테스트를 controller test로 변경 #79

Open
dohyun-han opened this issue Feb 26, 2023 · 0 comments
Open
Assignees
Labels
feat feature

Comments

@dohyun-han
Copy link
Collaborator

dohyun-han commented Feb 26, 2023

피처 개요

test 속도 향상을 위해 security 접근 권한 테스트를 controller test로 변경

중요도

C

난이도

피처 설명

  • security 접근 권한 테스트를 controller test로 위치를 변경한다.
  • integration test에 securtiy 권한 테스트를 하게 되면 AfterEach로 인해 불필요한 tabel 삭제가 발생하고,
    애초에 security test는 db와 service layer와의 연동이 필요하지 않으므로 controller로 옮기는 것이 테스트의 목적으로나 테스트 속도 상으로나 더 낫다고 생각한다.

체크리스트

No response

관련 정보

No response

@Darkeroe Darkeroe self-assigned this Mar 21, 2023
@Darkeroe Darkeroe added the feat feature label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat feature
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants