huijeong-kim / huijeong-kim.github.io

https://huijeong-kim.github.io
5 stars 0 forks source link

post/2022-08-28-parameterised-test/ #6

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Rust로 Parameterised Test 작성하기 – my-dev-note –

Unit test를 작성 하다 보면 간단한 함수에 대해서도 꽤나 많은 수의 테스트 케이스를 작성하게 됩니다. Input 값의 조합, 특히나 Invalid Input 값의 조합은 무지 많아질 수 있기 때문 입니다. 그 모든 케이스를 하나 씩 테스트로 작성 하는 것은 꽤 귀찮기도 하고,

http://huijeong-kim.github.io/2022/08/28/parameterised-test/

dhihm commented 1 year ago

오 좋은데요?