Dive Into Python-Chapter 13. Unit Testing
... the code it is testing A test case should be able to * run completely by itself, without any human input Unit testing is about automation * determine by itself whether the function it is testing ... overall testing- centric development strategy If you write unit tests, it is important to write them early (preferably before writing the code that they test), and to keep them updated as code and ... requirements change Unit testing is not a replacement for higher-level functional or system testing, but it is important in all phases of development: * Before writing code, it forces you to detail...
Ngày tải lên: 20/10/2013, 10:15
Ngày tải lên: 22/12/2013, 13:17