Understanding Python Unit Testing Framework

The Python Unit Testing Framework PyUnit is a python language version of JUnit. The basic building blocks of unit testing are ‘test cases’ — single scenarios that must be set up and checked for correctness. In PyUnit, test cases are represented by the TestCase class in the unittest module. To make your own test casesContinue reading “Understanding Python Unit Testing Framework”

Design a site like this with WordPress.com
Get started