There are several unit testing tools for Python. This documentation topic describes the basic unittest
module. Other testing tools include py.test
and nosetests
. This python documentation about testing compares several of these tools without going into depth.