Python Testing: Beginner's Guide
Integration testing can be performed with the same tools as unit testing. For this reason, newcomers to automated testing are sometimes lured into ignoring the distinction between unit testing and integration testing. Ignoring this distinction is dangerous, because such multipurpose tests often make assumptions about the correctness of some of the units that they involve.
--出典: Python Testing: Beginner's Guide
お気に入りにいれた人:0人   お気に入りに追加する