blob: f1b39c5b42cfb48579487fd5c7e1b3021931b302 (
plain)
1
2
3
4
5
6
7
8
|
unittestplus is test utilities built on unittest.
It includes an augmented TestCase class with improved (stricter and more
informative) assert methods; test auto discovery; utility functions
for running test and combining TestCase classes into suites and prettier
verbose test output.
WWW: http://code.google.com/p/unittestplus/
|