summaryrefslogtreecommitdiff
path: root/devel/py-unittest2/DESCR
blob: f38a24497c9d254470e3197c6619a5314f4f73c5 (plain)
1
2
3
4
5
6
7
Unittest2 is a backport of the new features added to the unittest testing
framework in Python 2.7. It is tested to run on Python 2.4 - 2.7.

To use unittest2 instead of unittest simply replace import unittest with
import unittest2.

This is the version for Python 2.x.