Python单元测试框架(The Python unit testing framework),简称为PyUnit,是Kent Beck和Erich Gamma这两位聪明的家伙所设计的 JUnit 的Python版本。而JUnit又是Kent设计的Smalltalk测试框架的Java版本。它们都是各自语言的标准测试框架。
主页:http://pyunit.sourceforge.net/
下载:http://sourceforge.net/projects/pyunit/files/
来自:开源中国社区

