Python Tutorial: Unit Testing Your Code with the unittest Module



In this Python Programming Tutorial, we will be learning how to unit-test our code using the unittest module. Unit testing will allow …

source

Reviews

0 %

User Score

0 ratings
Rate This

Sharing

Leave your comment

Your email address will not be published. Required fields are marked *

20 Comments

  1. At 14:45, we got .F.. even though the problem was in our last test(division). Shouldn't it be …F ? Or is it completely unrelated to the order of the tests? Or is it some feature or unittest? Please explain. Thanks.