5. Structured Testing with unittest
- 카테고리 없음
- 2017. 12. 25. 22:47
반응형
The basics
- unittest tests are pure Python source code, rather than being plain text with source code embedded in it.
- My rule of thumb is that a test function can have any number of trivial assertions, and at most one non-trivial assertion
반응형
이 글을 공유하기