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

[Feature] Test convention #209

Open
8 tasks
Yaminyam opened this issue Apr 20, 2022 · 0 comments
Open
8 tasks

[Feature] Test convention #209

Yaminyam opened this issue Apr 20, 2022 · 0 comments

Comments

@Yaminyam
Copy link
Member

Yaminyam commented Apr 20, 2022

작업할 내용

dummy적용하면서 보이는 차이점들 convention을 정해서 구현하도록 정의

해야할 일

  • todo1 dummy로 만든 객체 이름앞에 dummy를 붙힐지 말지 ex) 1. dummyUsers, 2. users;
  • todo2 afterEach에서 delete로 객체 삭제
  • todo3 dummys을 만드는 과정을 전체에서 beforeEach에서 할 지 각각에서 만들어줄지 (모두 만들어져있고 그중에 골라서 쓰기때문에 한번만 하는것이 좋아보임)
  • todo4 dummy를 만드는 과정을 전체의 beforeEach에서 할 지 각각에서 만들어줄지
  • todo5 clearDB의 실행순간 afterEach인 경우와 beforeEach의 경우가 존재 (혹시나의 db가 남아있는 상태가 있을수 있으므로 beforeEach가 더 안전해보임)
  • todo6 dummy를 각 형태만을 전체에서 만들고 각각에서 save를 할지
  • todo7 변수명을 종류별로 묶어서 띄울지
  • todo8 같은속성으로 여러개인 dummy 배열로 만들지 각각따로만들지 따로만든다면 이름은 뭐로할지
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

No branches or pull requests

1 participant