TEST / TDD

심재원·2023년 11월 30일

TDD

TDD란 Test Driven Development의 약자로 '테스트 주도 개발'이라고 한다. 반복 테스트를 이용한 소프트웨어 방법론으로, 작은 단위의 테스트 케이스를 작성하고 이를 통과하는 코드를 추가하는 단계를 반복하여 구현한다.

https://inpa.tistory.com/entry/QA-%F0%9F%93%9A-TDD-%EB%B0%A9%EB%B2%95%EB%A1%A0-%ED%85%8C%EC%8A%A4%ED%8A%B8-%EC%A3%BC%EB%8F%84-%EA%B0%9C%EB%B0%9C

to-do-list-tdd folder add

Terminal Input

npx create-react-app .
npm run test

Terminal output

No tests found related to files changed since last commit.
Press `a` to run all tests, or run Jest with `--watchAll`.

Watch Usage
 › Press a to run all tests.
 › Press f to run only failed tests.
 › Press q to quit watch mode.
 › Press p to filter by a filename regex pattern.
 › Press t to filter by a test name regex pattern.
 › Press Enter to trigger a test run.

tailwindcss install

https://tailwindcss.com/docs/guides/create-react-app

TDD는 벌거벗은 임금님의 투명옷인가? (1) - TDD는 죽었다. 테스트여 영원하라! https://www.moreagile.net/2014/05/IsTDDdead1.html

"TDD는 죽었다" - Rails를 만든 DHH의 글
https://sangwook.github.io/2014/04/25/tdd-is-dead-long-live-testing.html

React - snippets 단축키사용 'rafce'
https://devbirdfeet.tistory.com/41

0개의 댓글